これは私の.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
ファイルで何を変更する必要がありますか?