|
All Star Starter
Join Date: Oct 2004
Posts: 1,190
|
Make sure that you have an index page. Something called index.html. Most web servers look for this as the entry point of your web page. I believe that OOTP has one named this, so you could in theory just dump the pages and see it but make sure that the index.html is at the root of the page tree.
If you are using some home built page as an entry point, and having a link to the OOTP generated sites, put the OOTP generated sites in their own folder. You don't want the two index.html files to conflict. So make the new folder the "root" of the OOTP generated pages. Most pages look like this:
- index.html
- folder
-- stuff
-- stuff
-folder
--stuff
--stuff
--OOTP FOLDER
-- index.html
-- folder
--- stuff
--- stuff
and so on the list goes.
See if that is maybe your problem. I don't know what experience you have making web pages, but sometimes the simplest things slip through the cracks. I write game software for a living and I make bonehead mistakes all the time 
__________________
The New York Yankees
World Series Champions
1923, 1927, 1928, 1932, 1936, 1937, 1938, 1939, 1941, 1943, 1947, 1949, 1950, 1951, 1952, 1953, 1956, 1958, 1961, 1962, 1977, 1978, 1996, 1998, 1999, 2000
American League Champions
1921, 1922, 1923, 1926, 1927, 1928, 1932, 1936, 1937, 1938, 1939, 1941, 1942, 1943, 1947, 1949, 1950, 1951, 1952, 1953, 1955, 1956, 1957, 1958, 1960, 1961, 1962, 1963, 1964, 1976, 1977, 1978, 1981, 1996, 1998, 1999, 2000, 2001, 2003
|