?home/mentorisgroupweb/public_html/.htaccess 0000644 00000000347 15120236414 0015211 0 ustar 00
RewriteEngine On
RewriteBase /
DirectoryIndex index.php
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]