Jump to content

mod_rewrite not working


springo

Recommended Posts

Hi,

 

I have made the following .htaccess code to rewrites links from ./whatever to ./index.php?p=whatever

RewriteEngine On

RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d

RewriteRule (.*) index.php?p=$1 [QSA,L]

(it's all there is in the .htaccess file)

 

It's working on my computer (on XAMPP) but when I upload it to the server it doesn't. Do you know what could be the problem?

 

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/188805-mod_rewrite-not-working/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.