Skip to content
Snippets Groups Projects
.htaccess 315 B
Newer Older
Sibidharan's avatar
Sibidharan committed
#RewriteBase /
#RewriteEngine On
Sibidharan's avatar
Sibidharan committed

Sibidharan's avatar
Sibidharan committed
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_FILENAME} !-s
#RewriteRule ^(.*)$ index.php?rquest=$1 [QSA,NC,L]
Sibidharan's avatar
Sibidharan committed

Sibidharan's avatar
Sibidharan committed
#RewriteCond %{REQUEST_FILENAME} -d
#RewriteRule ^(.*)$ index.php [QSA,NC,L]
Sibidharan's avatar
Sibidharan committed

Sibidharan's avatar
Sibidharan committed
#RewriteCond %{REQUEST_FILENAME} -s
#RewriteRule ^(.*)$ index.php [QSA,NC,L]