Jump to content

mod_rewrite working, to an extent


mjurmann

Recommended Posts

Hello, I am extremely confused by something. I'm trying to rewrite URLs using mod_rewrite, and it is working..to an extent.

 

The following RewriteRule is an example of the problem I'm experiencing:

 

RewriteRule ^products/datasheets/$ http://www.url.com/datasheets.php

 

When I click on the link, url.com/products/datasheets/ it goes to the page, url.com/datasheets.php (as I have defined in the above rule). However, the URL field at the top of the browser displays url.com/datasheets.php, rather than the rewritten, directory-style structure of url.com/products/datasheets/.

 

I am absolutely clueless as to why this is happening? I would appreciate any help.

Link to comment
https://forums.phpfreaks.com/topic/97974-mod_rewrite-working-to-an-extent/
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.