Update .htaccess
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
Options -Indexes
|
Options -Indexes
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteBase /sinergi/
|
RewriteBase /
|
||||||
|
|
||||||
# Allow direct access to public assets
|
# Allow direct access to public assets
|
||||||
RewriteCond %{REQUEST_URI} ^/sinergi/public/ [NC]
|
RewriteCond %{REQUEST_URI} ^/public/ [NC]
|
||||||
RewriteRule ^ - [L]
|
RewriteRule ^ - [L]
|
||||||
|
|
||||||
# Route everything else to index.php
|
# Route everything else to index.php
|
||||||
|
|||||||
Reference in New Issue
Block a user