home/emeraadmin/public_html/.htaccess 0000644 00000000363 15167671216 0013714 0 ustar 00 DirectoryIndex index.php index.html
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]