Current File : /home/:/elitechc.bak/public_html/engl/.htaccess
<IfModule mod_rewrite.c>
Options -Indexes
RewriteEngine On
#RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)/?$ pages.php
</IfModule>