hi please help me.
I want url http://localhost/mod/index.php?name=...ge=12&ver=html
is it possible? how?
What should i write in htaccess?
i tried
RewriteEngine On
RewriteRule ^([^/]*)/([^/]*)\.html$ /mod/index.php?name=$1&page=$2&ver=2 [L]
but its aint working. Please help me.
Thanks
I want url http://localhost/mod/index.php?name=...ge=12&ver=html
is it possible? how?
What should i write in htaccess?
i tried
RewriteEngine On
RewriteRule ^([^/]*)/([^/]*)\.html$ /mod/index.php?name=$1&page=$2&ver=2 [L]
but its aint working. Please help me.
Thanks
Comment