x-httpd-php
Posted by: slide (---.gdj-co.client.bresnan.net)
Date: November 24, 2009 05:19PM

I just set my local up on a Win 7 system. I was getting the same error on my Vista system, but got it going with the AddHandler application/x-httpd-php5s .php by putting the # at the begining of the line. I guess Reming the line out worked. Now it's back. This was never answered before and I hope someone will this time. How do lose the error?
Thanks

I'm running phpbb3 on my local. All of the sudden I'm getting this is a x-httpd-php file. It's not bringing the site up now. Has always in the past. Here is my HTACCESS File:

# Use PHP5 Single php.ini as default
# AddHandler application/x-httpd-php5s .php
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>

<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
DirectoryIndex portal.php index.php index.html index.htm

RewriteEngine on

Rewriterule ^blog/(.+)/(.+).html$ ./blog/view/blog.php?page=$1&mode=$2
Rewriterule ^blog/(.+).html$ ./blog/blog.php?page=$1
Rewriterule ^blog/(.+)/$ ./blog/view/blog.php?page=$1
Rewriterule ^blog/$ ./blog/blog.php

What may be going on. Like I say the local site has always come up.
Thanks



Edited 1 time(s). Last edit at 01/02/2010 10:56PM by slide.

Options: ReplyQuote


Sorry, only registered users may post in this forum.