Forum Moderators: phranque
The error that I am getting is not really a page error, but what it is doing is instead of pulling the page title, it is populating "X-httpd-php5"
It's got to be a htaccess problem, but not sure what. I haven't chnaged anything and it was working fine a couple weeks ago. Here's my file:
DefaultType application/x-httpd-php
AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.php?\ HTTP/ [NC]
RewriteRule ^(.*)index.php?$ http://www.example.com/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^example\.com
RewriteRule ^(.*)$ http://www.example.com/$1 [R=permanent,L]
rewriterule ^ama/([A-Za-z0-9]+)$ /global/amazon.php?id=$1
Any help is appreciated.
Michael
[edited by: jdMorgan at 2:29 pm (utc) on Mar. 28, 2008]
[edit reason] example.com [/edit]
[edited by: jdMorgan at 5:21 pm (utc) on Mar. 28, 2008]
[edit reason] embedded link to fix side-scroll [/edit]