Created
June 14, 2015 00:43
-
-
Save kurozumi/6ecfc5a579973b0c0dd6 to your computer and use it in GitHub Desktop.
【EC-CUBE2.13】商品名、カテゴリ、キーワード、価格帯、商品ステータス、規格で絞り込み検索ができる検索フォームページを作成
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RewriteEngine on | |
RewriteBase / | |
RewriteCond %{REQUEST_FILENAME} !-f | |
RewriteCond %{REQUEST_FILENAME} !-d | |
RewriteRule ^page/(.*)\.php$ user_data/$1.php [L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment