01.18 php saved
Marty
Tags add more
.htaccess  
Note
.htaccess in webroot
  1. <IfModule mod_rewrite.c>
  2.     RewriteEngine On
  3.     RewriteCond %{REQUEST_FILENAME} !-d
  4.     RewriteCond %{REQUEST_FILENAME} !-f
  5.     RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
  6. </IfModule>
Parsed in 0.007 seconds, using GeSHi 1.0.7.14

Modify this Paste