Jump to content

.htaccess adds another page to the link


khalidmushtaq65

Recommended Posts

Hi,

 

I have facing a problem while rewriting url..

Here's my rewrite rule...

RewriteRule ^customer/trash/?$ customer_blocked.php [L]

 

The problem is when i use more than one string, i.e. in the above rule 'customer' and 'trash', url rewriting happens ok for the first time I click on a link, afterwards it adds 'customer' to all the links...For third time it will add 'customer/customer' and so on...

 

When I use one string in rule ie. RewriteRule ^trash/?$ customer_blocked.php [L]

it always works fine...

 

Can you help me in fixing this?

 

Thanks...

Link to comment
https://forums.phpfreaks.com/topic/211302-htaccess-adds-another-page-to-the-link/
Share on other sites

Sounds more like a problem with the way you are outputting links on your site than the actual RewriteRules you are employing. If you are using relative links and you have a RewriteRule that is more than one directory deep you will run into issues. Make all the URLs absolute.

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.