redknight Posted June 10, 2009 Share Posted June 10, 2009 I hope someone sees the problem... My code in htaccess RewriteRule ^-([^/]+)+([^/]+)-1-1-100-start\.html$ http://www.mydomain.com/$1+$2-1.htm [QSA,L] Before: http://www.mydomain.com/-hello+boy-1-1-100-start.html After: http://www.mydomain.com/hello+bo+y-1.htm ??? Why the "bo+y" and not "boy"? Thank you Quote Link to comment https://forums.phpfreaks.com/topic/161715-solved-help-rewrite-url-and-strange-result/ Share on other sites More sharing options...
redknight Posted June 10, 2009 Author Share Posted June 10, 2009 It's working now. I think it was because I didn't use also the one keyword url RewriteRule ^-([^/]+)-1-1-100-start\.html$ http://www.mydomain.com/$1-1.htm [QSA,L] Thank you redknight! Quote Link to comment https://forums.phpfreaks.com/topic/161715-solved-help-rewrite-url-and-strange-result/#findComment-853324 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.