Your IP : 216.73.216.40


Current Path : /var/www/html/samantasintu/
Upload File :
Current File : //var/www/html/samantasintu/.htaccess

RewriteEngine On

# Remove .php file extension
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^([^/]+)/?$ $1.php [L]

# Remove .html file extension
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html -f
RewriteRule ^([^/]+)/?$ $1.html [L]