0
在public_html文件夾內,它們是其他域的許多文件夾和.htaccess文件。我需要編輯特定域的.htaccess文件,而不影響其他域。編輯.htaccess文件,多個域
下面是.htaccess文件的最後幾個項目的樣子
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
我要添加這段代碼RewriteBase後,但我不想搞砸了其他領域。
RewriteRule ^page/(.*) ads/page/$1 [R=301,L]
RewriteRule ^page/(.*)/ ads/page/$1/ [R=301,L]
我該如何解決?
感謝,但我不是在國防部重寫凡在我的代碼做我把這方面的專家? – 2014-12-04 04:03:46
你使用什麼操作系統? – 2014-12-04 04:04:34
託管是Justhost.com,我正在爲我的客戶開發一個網站。我們正在使用Linux。 – 2014-12-04 04:19:13