| Recommend this page to a friend! |
| Classes of adeniyi ibraheem | > | URL Rewriting in PHP | > | url_rewrite/.htaccess | > | Download | ||
|
|||||||||||||||||||||
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /url_rewrite/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.*)$ index.php?url=$1[QSA,L]
</IfModule> |