I cannot get my SEO friendly url work

Avatar
  • Answered
I am trying to change my dynamic urls to seo friendly url using htaccess mod_rewrite.
My current url: http://app255.net/categories.php?cat=1&cname=shopping
My terget: http://app255.net/category/1/shopping (I can't reach here).
Here is my rewrite rule that I doesn't work
Options +FollowSymLinks

RewriteEngine On
RewriteBase /
RewriteRule ^category/([0-9]+)/([a-zA-Z]+)/$ categories.php?cat=$1&cname=$2

What do I do wrong ? Any help will be much appreciated.
Avatar
anonymous
Hello, Thank you for your question regarding SEF URLs. I would suggest this guide I found while searching for a simple solution as it had many suggestions. Best Regards, TJ Edens