File ".htaccess"
Full path: /home/uiartio/public_html/landing/.htaccess
File
size: 0.19 KB (199 B bytes)
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor Back
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>