Magento News

 

magento mod rewrite not working help wanted(htaccess) :)

hi there,

my situation…..

i have this url http://www.example.com/index.php/category?catid=3

i want to have this rewritten to

http://www.example.com/bikes/3

my rewrites on the website are enabled….so i have nice urls on the website for the products

the pages i want to be rewritten are my own modules for pages with text

i have put this in my htaccess

RewriteRule .* index.php [L]
RewriteRule ^bikes/(.*)/$ category?catid=$1

i have tried about any thing like 1000 combinations but nothing seem to work also i checked if my htaccess is working but it does.First line works also redirect to google works.

Hope someone is able to tell me what i am doing wrong here?

magento mod rewrite not working help wanted(htaccess) :)

Possibly Related Posts:


 

Leave a Reply