Only 1 link redirects to homepage – rest are fine.. how to fix?
-
Hi folks,
Please help if you know how…
all links on the web-site work properly, but the one in the Menu that’s added via Menus->Links (linking to YouTube channel) causes my web-site to redirect to homepage (while YouTube page peacefully opens in the next tab).
I’ve refreshed Permalinks in WordPress, no result.
.htaccess that sits in the same folder where all WP files are (root->web) reads the following:# 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
.htaccess file that sits in the root folder (not sure if it should be there actually) reads the same:
# 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
Any idea what’s causing the link to redirect to HP? I think actually there was another link that caused the same, but it happened just once or twice, I deemed it “clumsy click” of mine leading to HP appearance. Now not sure at all..
- The topic ‘Only 1 link redirects to homepage – rest are fine.. how to fix?’ is closed to new replies.