[wp-testers] error on posting

S.Theyagarajan theyaga at gmail.com
Sat Nov 10 08:54:28 GMT 2007


>  I'm on dreamhost.com servers. Running on PHP 5.2.2.
>
Iam on mediatemple servers ,php5.2.2 .may be i screwed up .htaccess ?

my .htaccess is like
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Options +Indexes
AddHandler php5-script .php

ErrorDocument 404 /not_found.html
AddHandler cgi-script .cgi
Options +ExecCGI
AddHandler cgi-script .pl
#Action  python-script  /usr/bin/python
#AddHandler  python-script  .py
AddHandler cgi-script .py
php_value include_path 'path/pear/php'

can you find something wrong here ? i can post comments well though .
-- 
thanks
S Theyagarajan
http://theyagar.com
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
S.Theyagarajan
Under Graduate
Department Of Computer Science And Engineering
National Institute Of Technology , Trichirapalli
India 620015


More information about the wp-testers mailing list