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