301 Redirect

desi

New Member
Здравейте,
Много благодаря на създателите на този сайт, където открих много полезна е необходима информация.
Направих си сайт и имам няколко въпроса
Опитвам се да направя 301 Redirect Non-WWW to WWW URLs. Пробвах следните начини:
.htaccess file – неработи (защото не е Apache server а е IIS)
пробвах с php script – не работи
пробвах с asp script – не работи

с javascript –не работи
Моля за помощ. Обяснете ми как точно да го направя.
 
От: 301 Redirect

еми ако сайта ти не е на php или asp и не е на такъв apache server сигурно е с html страници

със сигурност ли знаеш, че не ти е apache server-a
покажи сайта, къде хостваш
какъв javascript мъчи да слагаш?
 
От: 301 Redirect

Със сигурност не е apache server ,IIS e
Използвам fasthost.co.uk От fasthost.co.uk ми изпратиха това <?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location. );
?>
 
Здравеи и добре дошла аз открих това но иис ми е чужда материя

using internet services manager create a new ip-based website using the http:// example.com url or alternatively you can avoid using a unique ip by using the host header (virtual website) of [www. Example.com.
Now verify the server headers for each website using the server header checker. The server response should be 200 ok for both addresses.
Now add your domain-revised version of the following asp code to the default home page for http :// example.com:

Код:
< %@ language=vbscript %> 
< % 
response.status="301 moved permanently" 
response.addheader "location", http://www.example.com 
%>
note: Do not change the spacing or line placement within the above code; place it as is.

Once the default page is online first visit your website via http:// example.com to ensure the redirect is working. Next check the server headers for ]http:// example.comand make sure you see the following code within #1: "http status code: Http/1.1 301 moved permanently". That code will confirm the 301 redirect is being properly communicated.
 
От: 301 Redirect

Здравейте,
.htaccess file – неработи (защото не е apache server а е iis)
пробвах с php script – не работи
пробвах с asp script – не работи

Личен съвет - смени хостинга.
 

Горе