OSDN Git Service

本家Nucleus CMS 4.0のリビジョン1626をコミット
[nucleus-jp/nucleus-next.git] / extra / fancyurls-2 / .htaccess
1 <IfModule mod_rewrite.c>\r
2         RewriteEngine on\r
3         RewriteCond %{REQUEST_FILENAME} !-f\r
4         RewriteCond %{REQUEST_FILENAME} !-d\r
5         RewriteRule ^(.*)$ index.php?virtualpath=$1 [L,QSA]\r
6 </IfModule>\r