Bizarre Redirect Issue
-
Hello,
I have built a site out using wordpress and was finishing the contact for using the old script. I tested it once and ever since then every wordpress generated page just shows the form I was testing. I have deleted the page in the admin area and can’t figure out why every page directs to the old page that does not exist.I have re-installed wordpress. Un-installed all of my plugins. The existing site (html) works fine.
https://stanleycc.org/go is the wordpress page.
https://stanleycc.org/test/ is a static page that works.My htacess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>I am stumped and would really appreciate any help or advice.
Dave
- The topic ‘Bizarre Redirect Issue’ is closed to new replies.