mirror of
https://github.com/e107inc/e107.git
synced 2025-07-19 14:01:15 +02:00
RewriteBase made optional in htaccess template (rewrite should work fine without it in almost every case)
This commit is contained in:
@@ -13,7 +13,8 @@
|
|||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
|
|
||||||
### Set this to your e107 site root, path relative to web root
|
### Set this to your e107 site root, path relative to web root
|
||||||
RewriteBase /
|
### Uncomment it in case your server isn't able to rewrite proper
|
||||||
|
#RewriteBase /
|
||||||
|
|
||||||
### send 404 on missing files in these folders
|
### send 404 on missing files in these folders
|
||||||
RewriteCond %{REQUEST_URI} !^/(e107_images|e107_files)/
|
RewriteCond %{REQUEST_URI} !^/(e107_images|e107_files)/
|
||||||
|
Reference in New Issue
Block a user