mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
index.php is now system entry point, front page detection moved to index controller; various stabillity fixes and url admin interface improvements; htaccess template modfied to meet entry point changes; front page preference values (Front Page admin page) prefixed with 'url:' and 'route:' now accepted and recognized; full backward compatibility so far.
This commit is contained in:
@@ -24,6 +24,6 @@
|
||||
RewriteCond %{REQUEST_FILENAME} !-l
|
||||
|
||||
### Single entry point ###
|
||||
RewriteRule .* rewrite.php [L]
|
||||
RewriteRule .* index.php [L]
|
||||
|
||||
</IfModule>
|
||||
|
Reference in New Issue
Block a user