OiO.lk Blog PHP .htaccess is giving me error of page no found
PHP

.htaccess is giving me error of page no found


I’m trying to change this url /article.php?title=blog+name&id=1 to /article/blog+name/1

my code is this

RewriteEngine On

RewriteRule ^article/([0-9a-zA-Z.]+)/([0-9a-zA-Z.]+) /article.php?title=$1&id=$2 [NC,L]

thank you very much in advance



You need to sign in to view this answers

Exit mobile version