OSDN Git Service

removed extra 0x0d
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / extra / fancyurls-2 / .htaccess
index 70eaadc..e0e6a9d 100644 (file)
@@ -1,4 +1,6 @@
-RewriteEngine on
-RewriteCond %{REQUEST_FILENAME} !-f
-RewriteCond %{REQUEST_FILENAME} !-d
-RewriteRule ^(.*)$ index.php?virtualpath=$1 [L,QSA]
+<IfModule mod_rewrite.c>
+       RewriteEngine on
+       RewriteCond %{REQUEST_FILENAME} !-f
+       RewriteCond %{REQUEST_FILENAME} !-d
+       RewriteRule ^(.*)$ index.php?virtualpath=$1 [L,QSA]
+</IfModule>