RewriteEngine on
RewriteBase /getrss/apple/
RewriteRule ^([^/]+)/([^/]+)/recent\.rss$ index.php?cat=$1&subcat=$2
http://localhost/getrss/apple/games/cards_puzzl/recent.rss
http://localhost/getrss/apple/index.php?cat=games&subcat=cards_puzzl
Title:
Remind rewrite URL with .htaccess
Description:
RewriteEngine on RewriteBase /getrss/apple/ RewriteRule ^([^/]+)/([^/]+)/recent\.rss$ index.php?cat=$1&subcat=$2 http://loc...
...
Rating:
4