Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hudge problem, please help

Status
Not open for further replies.

duponty

Instructor
Oct 25, 2000
101
CA
Hi everybody,

my fantastic boss has asked me to restructure the web site`I was making. I am not using asp or other web generating page. Pure html!

is there a way to rename directories and file so the the links are going to follow...

please have an idea!

yannick
 
if you change the ext in this case going to asp you will need to manually change all the links in the navigations.
so index.htm has to be changed to a href=index.asp
two completely different pages and I know of know where to get around other then a physical rename of the page. (save as) Hope that helps
admin@onpntwebdesigns.com
 
I know that if you use TextPad 4.5, you can do a "search in files", open all that contain say, "href='index.asp'" and from there reaplace that with "hrefref='index.html'". It's not the best way, but it's a lot faster than changing everything by hand.

Rick if(($question=="has been bugging me"
AND $answer=="fixed the problem") OR $answer=="really good post"){
print("Star");
}else{
print("Thanks.");
}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top