htaccess_code

.htaccess for NP_FancierURL2

Please put this code in a file with the name .htaccess

<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php?virtualpath=$1 [L]
</IfModule>
 
htaccess_code.txt · Last modified: 2006/11/10 22:23 by kg