OSDN Git Service

Official 3.62 release. Thanks for your great works!
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / extra / fancyurls-2 / .htaccess
1 <IfModule mod_rewrite.c>
2         RewriteEngine on
3         RewriteCond %{REQUEST_FILENAME} !-f
4         RewriteCond %{REQUEST_FILENAME} !-d
5         RewriteRule ^(.*)$ index.php?virtualpath=$1 [L,QSA]
6 </IfModule>