Post An Ad is not working
I have set up Custom Structure to /%postname%/ in permalinks. I have also set up .htaccess in the root folder with
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Getting 404 redirect when I try to Post an ad.
Please advise. If you wish, I can send URL privately.