Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How do I find the .htaccess file in Dreamweaver for a website I am building?

New Here ,
Apr 21, 2009 Apr 21, 2009

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.

TOPICS
Extensions
9.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Apr 29, 2009 Apr 29, 2009
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines