htaccess required for API site to work
Posted by skenow on 1206212499
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
This Post was from: https://www.impresscms.org/iforum/viewtopic.php?topic_id=1328&post_id=12200