Jump to content

[SOLVED] mod_rewrite


joe2012

Recommended Posts

So I wrote the following in a .htaccess file:

RewriteEngine on
RewriteRule ^games$ http://%{SERVER_NAME}/index.php?category=games [R]

 

The problem is that the address in the browser is replaced with 'http://localhost/index.php?category=games', when I want it to remain http://localhost/games/

 

Does anyone know how I can do this?

 

Thanks,

Joe

Link to comment
https://forums.phpfreaks.com/topic/121294-solved-mod_rewrite/
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.