1
0
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:
secretr
2011-12-01 22:08:23 +00:00
parent 63df20896c
commit e574d5f4f0
10 changed files with 501 additions and 200 deletions

View File

@@ -24,6 +24,6 @@
RewriteCond %{REQUEST_FILENAME} !-l
### Single entry point ###
RewriteRule .* rewrite.php [L]
RewriteRule .* index.php [L]
</IfModule>