Static HTML Front page (redirection error)
-
I’m having 4 main pages in my site:
1. mysite.net (wordpress)
2. mysite.net/folder/index.php (HTML website index page and changed into PHP by adding the code
<?php /* Template Name: Home Page*/?>
3. mysite.net/wordpress_post (normal post)
4. blog.mysite.net (my blog) WordPressI made a redirect from the cpanel from mysite.net into mysite.net/folder/index.php and everything works fine except the posts like
mysite.net/wordpress_post (all wordpress posts now are not showing and they are redirected to the mysite.netI made the necessary changes in the Settings/READING
Anyone can help so that my posts under the mysite.net are shown properly and not redirected ? I read that I can redirect one page only like the Home Page in the .htaccess file.
Example: redirect mysite.net/home-page to the HTML version mysite.net/folder/index.php
The topic ‘Static HTML Front page (redirection error)’ is closed to new replies.