Copy link to clipboard
Copied
How do I find the .htaccess file in Dreamweaver for a website I am building? I am trying to add a PHP extension for comments on the html page. One of these three comments needs to be added.
AddType application/x-httpd-php .html .htm .php
Addhandler application/x-httpd-php .html .htm .php
AddHandler x-httpd-php .html .htm .cgi .php
I also have this added on the webpage where I want the comment section to run. I am adding the comment section from adrianTNT. I included the whole file in the rootfolder and will attach to this message.
Copy link to clipboard
Copied
You have to create it yourself. Here http://www.javascriptkit.com/howto/htaccess.shtml is a link to a good tutorial on creating .htaccess files. Or "Goggle" it.
Ed
Find more inspiration, events, and resources on the new Adobe Community
Explore Now