/home/u866425823/domains/amberpublishers.in/public_html/ |
Current File : /home/u866425823/domains/amberpublishers.in/public_html/.htaccess |
# Remove .php extension from the end of the URLs only from URLs not the folders RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php [NC,L] # Remove .html extension from the end of the URLs only from URLs not the folders RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.html -f RewriteRule ^(.*)$ $1.html [NC,L]