Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2010-03-03 16:41:27
- northtoronto
- New Member
- Registered: 2008-03-28
- Posts: 8
htm/html page getting a download prompt
I moved my site to Dreamhost from TextDrive. Though most of my site is under Textpattern, I have some static HTML/HTM pages. Now when I try to open those pages, I get a download prompt. What is going on? Eg: http://www.iqra.net/Salawaat/dalaail/index.html
Offline
Re: htm/html page getting a download prompt
Are you using default Txp .htaccess? I’m able to do so on my Dreamhost Txp sites with no problem.
relevant bit:
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) - [PT,L]
Code is topiary
Offline