Storm911
06-11-2005, 11:44 AM
hello Every body
i have a problem and need your help
i have design a website with full links
like
home go to http://www.mydomain.com/home.htm
and so
how can i put the website and make it running on a CD as a show for the website
thanks
EuroVPS/Director
06-11-2005, 11:47 AM
Is this possible if it's a PHP site? I'm curious to find out.
Storm911
06-11-2005, 11:56 AM
and if it is not a php site?
EuroVPS/Director
06-11-2005, 12:32 PM
Well if it's not PHP it's DEFINITELY possible, I know this for sure, I've done it!
ozwebfx
06-11-2005, 12:50 PM
Try: http://www.httrack.com/
"It allows you to download a World Wide Web site from the Internet to a local directory, building recursively all directories, getting HTML, images, and other files from the server to your computer."
Whois-Search
06-11-2005, 04:09 PM
no server side languages will work on a Cd like ASP or PHP.
Just use HTML and make a autorun.ini file to the index.html
Corey Bryant
06-11-2005, 07:44 PM
You can first try this in an autorun.inf file
[AutoRun]
OPEN=start index.html
ICON=whatever.ico
Or check out WinOpen (http://www.duckware.com/winopen/index.html)