For remove .php
Add this code on your .htaccess file
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]
For Remove .html
Add this code on your .htaccess file
RewriteRule ^([^\.]+)$ $1.html [NC,L]
For remove .php
Add this code on your .htaccess file
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]
For Remove .html
Add this code on your .htaccess file
RewriteRule ^([^\.]+)$ $1.html [NC,L]
Subscribe to our newsletter to get our newest articles instantly!
Sign in to your account