1
0
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:
secretr
2008-12-03 20:57:22 +00:00
parent 503f81634a
commit 3ddd9db2af

View File

@@ -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