Help Me With HTAccess
Hello,
My .htaccess file is this
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule /(.*)$ nutrition.php?id_baseurl=$1
RewriteRule /(.*)$ mobiles.php?baseurl=$1
RewriteRule /(.*)$ aircon.php?id=$1
but it is considering the last rewriterule, what is the problem?
Thanks […]
See original post by invalid@example.com (alex06295)
Leave a Reply
You must be logged in to post a comment.