File ".htaccess"
Full path: /home/cs24ryk/investmentplatform.cs24ryk.com/routes/.htaccess
File
size: 197 B B
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>