Welcome Guest, Not a member yet? Register   Sign In
Rewrite Urls , Problem in Building an Url
#1

[eluser]Unknown[/eluser]
Hi every Body , I'm trying to make an rewrite url :
I have this url http://localhost/msekai/read/?manga=13&chap=612&page=14
I want it to become http://localhost/msekai/read/13/14
I tried this rule :
Code:
RewriteRule ^read/([0-9]+)/([0-9]+)/([0-9]+)$ /read/?manga=$1&chap;=$2&page;=$3
in the same file htaccess where i removed index.php , but still doesn't work , Any ideas?




Theme © iAndrew 2016 - Forum software by © MyBB