0

これは私の.htaccessファイルです:

Options -Indexes 
Options FollowSymLinks 
RewriteEngine On 
RewriteBase / 
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteRule (.*) /index.php?url=$1 [QSA,NC,L] 

テスト目的でtestproject、ライブ サイトに別のディレクトリ名を作成します。この現在の.htaccessファイルで何を変更する必要がありますか?

4

1 に答える 1

0

に変更するだけRewriteBaseです

RewriteBase /testproject
于 2013-05-11T09:19:48.637 に答える