khalidmushtaq65 Posted August 20, 2010 Share Posted August 20, 2010 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... Quote Link to comment https://forums.phpfreaks.com/topic/211302-htaccess-adds-another-page-to-the-link/ Share on other sites More sharing options...
cags Posted August 20, 2010 Share Posted August 20, 2010 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. Quote Link to comment https://forums.phpfreaks.com/topic/211302-htaccess-adds-another-page-to-the-link/#findComment-1101893 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.