: How can I rewrite to my .htaccess in PHP? How to rewrite my URL from http://www.mysite.com/listingsecond.php?ID=1 to http://www.mysite.com/listingsecond? How can I rewrite to my .htaccess in PHP
How to rewrite my URL from www.mysite.com/listingsecond.php?ID=1 to www.mysite.com/listingsecond?
How can I rewrite to my .htaccess in PHP to do this?
More posts by @Correia994
1 Comments
Sorted by latest first Latest Oldest Best
On your PHP file, use the $_GET variable to process the query as you need, then when generating the response, redirect to the address that you want using the header function. Specifically, the location attribute
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.