관리-도구
편집 파일: .htaccess.tar
home/tattooscyy/www/.htaccess 0000644 00000000314 15223401520 0012330 0 ustar 00 <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] </IfModule>