no need for rewrite base

This commit is contained in:
Claude 2012-04-15 17:35:23 +02:00
parent 540bdb89a6
commit 39ef70c1d1

View File

@ -1,5 +1,5 @@
RewriteEngine on RewriteEngine on
RewriteBase /stikked/htdocs/ #RewriteBase /
RewriteCond $1 !^(index\.php|static) RewriteCond $1 !^(index\.php|static)
RewriteRule ^(.*)$ index.php/$1 [QSA,L] RewriteRule ^(.*)$ index.php/$1 [QSA,L]
@ -7,10 +7,6 @@ SetOutputFilter DEFLATE
FileETag MTime Size FileETag MTime Size
<IfModule !mod_rewrite.c> <IfModule !mod_rewrite.c>
# If we don't have mod_rewrite installed, all 404's
# can be sent to index.php, and everything works as normal.
# Submitted by: ElliotHaughin
ErrorDocument 404 /index.php ErrorDocument 404 /index.php
</IfModule> </IfModule>
@ -27,5 +23,5 @@ ExpiresByType image/x-icon "access plus 1 year"
#AuthType Basic #AuthType Basic
#AuthName "Backend" #AuthName "Backend"
#AuthUserFile /path/to/.htpasswd #AuthUserFile /path/to/.htpasswd #create one with htpasswd -c .htpasswd username
#Require user username #Require user username