統計
| ブランチ: | リビジョン:

pictcode / app / webroot / .htaccess @ 635eef61

履歴 | 表示 | アノテート | ダウンロード (158 Bytes)

1
<IfModule mod_rewrite.c>
2
	RewriteEngine On
3
	RewriteCond %{REQUEST_FILENAME} !-d
4
	RewriteCond %{REQUEST_FILENAME} !-f
5
	RewriteRule ^ index.php [L]
6
</IfModule>