Skip to content

Instantly share code, notes, and snippets.

@kurozumi
Created June 14, 2015 00:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kurozumi/6ecfc5a579973b0c0dd6 to your computer and use it in GitHub Desktop.
Save kurozumi/6ecfc5a579973b0c0dd6 to your computer and use it in GitHub Desktop.
【EC-CUBE2.13】商品名、カテゴリ、キーワード、価格帯、商品ステータス、規格で絞り込み検索ができる検索フォームページを作成
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