Jump to content

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.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.