skip to Main Content

How to write RewriteRules for .htaccess? – Apache

I have a PHP file named as otp.php. When URL in the URL bar is http://localhost/college/otp/MTA=/teacher It should be treated as http://localhost/college/otp.php?user=MTA=&role=teacher For this, I created .htaccess file in http://localhost/college/: RewriteEngine On # Turn on the rewriting engine RewriteRule ^otp/?$…

VIEW QUESTION
Back To Top
Search