| Current Path : /home/sarayaglobal/happyelephant.info/ |
| Current File : /home/sarayaglobal/happyelephant.info/.htaccess |
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
DirectoryIndex index.php index.html
</IfModule>