
URLの書き換えにmod_rewriteを使っているため、.htaccessを以下のように記述しました(この記述は、SmartSEF用の.htaccessです)。
RewriteEngine On
RewriteBase /playbeatles
# /の後にサブディレクトリ名を示す
RewriteCond %{REQUEST_URI} ^(/playbeatles/component/option,com) [NC,OR] ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|\.atom|\.rss|\.htm|\.php|\.pdf|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
#/component/option,comの前にサブディレクトリを示す
| < 前 | 次 > |
|---|

Documentation(説明書)
Extensions(拡張機能)
Forum(フォーラム) 




