Quote:
|
Originally Posted by jdavis
are you running some kind of .htaccess entries that might be causing it to revert back to a post?
|
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>