NEED HELP WITH AD LISTING! This is my second post about the same problem, please help
I have a problem with the site...Lynchburglist.com...when someone tries to post an ad under for sale or any category...it stops on the first step. The 'go' button doesn't appear. I don't know what's wrong, I didn't do anything at all to change it. It was working fine yesterday. I know this is not an urgent matter to you all but any help would deeply be appreciated. Thank you very much for your time. LynchburgList.com is the site. Thank you in advance for looking at the problem
I don't know if this helps but here is the .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