mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
htaccess fixes - thanks streaky
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Options +FollowSymlinks
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
|
||||
### Set this to your e107 site root
|
||||
@@ -10,6 +10,7 @@ RewriteRule ^news/?$ news.php
|
||||
RewriteRule ^news/([a-z]+)-([0-9]+)-([0-9]+)(\.html)?$ news.php?$1.$2.$3 [L]
|
||||
#extend, cat, list actions
|
||||
RewriteRule ^news/([a-z]+)-([0-9]+)(\.html)?$ news.php?$1.$2 [L]
|
||||
</IfModule>
|
||||
|
||||
#ErrorDocument 400 /error.php?400
|
||||
#ErrorDocument 401 /error.php?401
|
||||
|
Reference in New Issue
Block a user