I have the manual put onto the server, but it's all in one file. if I access the index file directly then the file's links are all right and everything, but the problem is, it's not in my design. I noticed that sites like PHPfreaks.com just included the file (I can see the HTML <head>, <title>, etc tags in the source) but the request URL is such:
Main Page: http://www.phpfreaks.com/phpmanual.php
One of the other pages: http://www.phpfreaks.com/phpmanual/page/ref.dbx.html
how do they include the content on each and individual pages as well (because they all have different filenames) if it's included?