Re: htaccess required for API site to work |
by davidl2 on 2008/3/22 11:24:48 Looks like its been done. |
htaccess required for API site to work |
by skenow on 2008/3/22 11:01:39 Because phpdocumentor generates files with multiple extensions, Apache needs to know how to serve the files. An .htaccess file in the root of the site with the following line takes care of this
AddHandler text/html .html
|