OSDN Git Service

4.0のtrunkを展開するためにmasterディレクトリを作成しファイル群を移動した。
[nucleus-jp/nucleus-jp-ancient.git] / master / 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>