Post and Ad Whoops! Page Not Found. new user
Hi There
When I hit post an ad I get Whoops! Page Not Found.
I have followed the configuration/installation instruction
I have read the forums and checked my perma links /%postname%/
I have also have followed the .htaccess instruction
This is was copied into a text file and uploaded to my server and then I renamed the file .htaccess
# 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
Any Ideas