Forum tree model, i18n, and frontend updates
This commit is contained in:
11
api/public/.htaccess
Normal file
11
api/public/.htaccess
Normal file
@@ -0,0 +1,11 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} -f
|
||||
RewriteRule ^ - [L]
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} -d
|
||||
RewriteRule ^ - [L]
|
||||
|
||||
RewriteRule ^ index.php [L]
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user