What I want to achieve?
www.example.com/list/1/2
my .htacess file
RewriteRule ^list/([0-9a-zA-Z]+) list.php?id=$1&p=$2 [NC,L]
How can I fix that?
What I want to achieve?
www.example.com/list/1/2
my .htacess file
RewriteRule ^list/([0-9a-zA-Z]+) list.php?id=$1&p=$2 [NC,L]
How can I fix that?