# AddHandler application/x-httpd-phpbetas .php
had to be remed out in my .htaccess file
]]># BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
]]>i have this problem with above 3 sites i try all solution but nothing work
please help
]]>