2016-08-15 14 views
0

私はそのディレクトリ内のディレクトリ「テスト管理者」にホームページ... htaccessの問題

をワードプレスをインストールしている私は、次のhtaccess持っている:主要な公共で

RewriteEngine On 
RewriteBase /test-site/ 
RewriteRule ^index\.php$ - [L] 

# add a trailing slash to /wp-admin 
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] 

RewriteCond %{REQUEST_FILENAME} -f [OR] 
RewriteCond %{REQUEST_FILENAME} -d 
RewriteRule^- [L] 
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] 
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] 
RewriteRule . index.php [L] 
AuthName "test-site" 

をhtmlディレクトリ私はこのhtaccessファイルを持っている:

RewriteEngine on 
RewriteRule ^(test-site) - [L] 
RewriteCond %{HTTP_HOST} ^mydomain.co.uk$ [OR] 
RewriteCond %{HTTP_HOST} ^www.mydomain.co.uk$ 
RewriteRule ^/?$ "http\:\/\/newdomain\.com" [R=301,L] 

<ifmodule mod_deflate.c> 
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript 
</ifmodule> 

だから私は「テスト管理者」フォルダ以外の「NEWDOMAIN」にリダイレクトしたい「はmydomain」で私の公共のhtml上のすべて....これが動作していますテスト管理フォルダのホームページからの部分

私が間違っていることは何ですか?それは 'test-admin'にインストールされたwordpress multisiteです...最新のwpのバージョン。

多くのおかげで、事前

答えて

0

で、それは現在、非常にランダム、固定だ、私はちょうどで行って、WPの管理者にホーム・ページとカスタマイズで演奏し、それは、ランダムに間違っていた何も考えて、それを固定していません。