404 Errors on External links
-
I am getting 404 errors on all my external links in my posts only. Banners running fine, internal links running fine.
I first had a 500 error so I deleted and recreated .htaccess and was able to get back on the server. Now I’m coming up with these errors.
Here’s my .htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressI have not added anything else to it. It’s in my public_html folder.
I am really at a loss on how to fix this.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘404 Errors on External links’ is closed to new replies.