|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
redirect on microsoft servers
I searched for ASP redirect, but ASP fell below 4character word limit...
Anyway, I need a way to redirect *.shtml to an index page. search engines have in their indices an old domain with .shtml pages. I am hosting (windows server) that domain again and need to redirect a bunch of pages. Quick fix? Thanks for any help, I will also continue to search here and elsewhere. machiner |
|
#2
|
||||
|
||||
|
Is the server running apache or IIS for the web-server?
|
|
#3
|
|||
|
|||
|
IIS, sorry
|
|
#4
|
||||
|
||||
|
run apache then.
|
|
#5
|
|||
|
|||
|
can't u use:
<% response.redirect("index.asp") %> |
|
#6
|
|||
|
|||
|
oops... ha the code got hidden... let's see if this works:
<% response.redirect("index.asp") %> |
|
#7
|
|||
|
|||
|
or
<:% server.transfer("index.asp") %> |
|
#8
|
|||
|
|||
|
gracias
|
![]() |
| Viewing: SEO Chat Forums > Other > HTML Coding > redirect on microsoft servers |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|