Div Hide In Php

[Solved] Div Hide In Php | Php - Code Explorer | yomemimo.com
Question : hide .php

Answered by : mukash-wasti

//Add this you .htaccess
Options +FollowSymlinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.+)$ /$1.php [L,QSA]

Source : https://stackoverflow.com/questions/5831683/how-to-hide-php-from-address-bar | Last Update : Mon, 14 Feb 22

Answers related to div hide in php

Code Explorer Popular Question For Php