幫我還挺刪除我的.htacess我真的需要的.htaccess
一條線,現在我無法打開support.sitename.com
這是我的支持文件夾, 的public_html /支持
,但我怎麼可以重定向到support.sitename.com
我寫了這一個,
#RewriteCond %{REQUEST_URI} != support.sitename.com$
我很確定這不是我刪除的代碼。 但它比這更接近。我遇到很大麻煩,請幫助>。 <
RewriteEngine on
RewriteCond %{REQUEST_URI} !/$
RewriteCond %{REQUEST_URI} !\.(jpe?g?|png|gif|css|gif|json|js)
RewriteCond %{REQUEST_URI} !^/support$
RewriteCond %{REQUEST_URI} !^/PHPMailer$
RewriteCond %{REQUEST_URI} !^/scripts$
RewriteCond %{REQUEST_URI} !/adarna.html$
RewriteCond %{REQUEST_URI} !/bh6750.html$
RewriteCond %{REQUEST_URI} !/contact-us.html$
RewriteCond %{REQUEST_URI} !/dr-holmes.html$
RewriteCond %{REQUEST_URI} !/email.php$
RewriteCond %{REQUEST_URI} !/jo-rubio.html$
RewriteCond %{REQUEST_URI} !/npk-medical.html$
RewriteCond %{REQUEST_URI} !/oraderm.html$
RewriteCond %{REQUEST_URI} !/outsource-to-philippines.html$
RewriteCond %{REQUEST_URI} !/rw-chinese.html$
RewriteCond %{REQUEST_URI} !/rw-manila.html$
>> area of code i deleted
RewriteRule (.*)/[R=301,L]
刪除#。看看怎麼回事 – 2013-04-11 03:26:26
題外話;屬於[webmasters.se] – 2013-04-11 03:28:09
爲什麼這個問題**'Closed' **,而不是被遷移到[Webmasters](http://webmasters.stackexchange.com/)? – 2013-04-13 00:46:14