Nykomling
|
|
Reg.datum: Oct 2013
Inlägg: 17
|
|
Nykomling
Reg.datum: Oct 2013
Inlägg: 17
|
Ska tillägga att jag utan problem kör:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1
och kan genom ./vadsomhelst få tillgång till index.php*
Ändrar jag däremot RewriteRule till:
RewriteRule ^(.*)$ $1.php
och försöker komma åt index (som ska dirigera om mig till index +.php) så får jag bara 404.
|