![]() |
How to remove .php from url?
Dear Friends,
Please help me. I want to remove .php From url. .php replace with .html Thank You. Fazebook | Fazebook Blog |
You have to use mod rewrite in your .htaccess file.
example : RewriteEngine On RewriteRule ^page1\.html$ page1.php [L] RewriteRule ^page2\.html$ page2.php [L] |
RewriteEngine On
RewriteRule ^page1\.html$ page1.php [L] RewriteRule ^page2\.html$ page2.php [L] |
if you have put the php script in your page then you cannot change
|
You do so from your admin or cpanel of the site change extension of the web pages from there.
|
All times are GMT -7. The time now is 05:50 AM. |
Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.