htacess melder fejl!
Hejsa, jeg vil gerne have lavet fx?page=noget
til
/noget/ og /noget
Har prøvet med følgende:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-F
RewriteRule ^([^/]+)/?$ index.php?page=$1
Men den siger bare:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
--------------------------------------------------------------------------------
Apache/1.3.33 Server at 127.0.0.1 Port 80