path correction in image
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
# Upload/merge this into the Apache document ROOT for demo.cavinkare.in
|
||||
# (the folder ABOVE /citpl_website/), not into /citpl_website/.htaccess.
|
||||
#
|
||||
# Old/cached JS requests https://demo.cavinkare.in/assets/... which 404s.
|
||||
# This serves those files from the real location under /citpl_website/assets/.
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteRule ^assets/(.*)$ /citpl_website/assets/$1 [L]
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user