htaccess problems
-
We recently changed our domain name from bookspotcentral.com to bscreview.com and put the following in our htaccess file
RewriteEngine on
RewriteCond %{HTTP_HOST} ^.*bookspotcentral\.com$ [NC] RewriteRule ^(.*)$ https://www.bscreview.com/$1 [R=301,L]The problem is all old bookspotcentral.com links like
https://www.bookspotcentral.com/forum/viewforum.php?f=55 from our forum work fine. THe issue is our main page which is wordpress do not work like…https://www.bookspotcentral.com/2008/09/book-review-the-living-dead/ just forwards to https://www.bscreview.com root not the full url. The directory structure is the wordpress directory and the forum directory as a subfolder of that. Seems odd to me that the phpbb3 forum works but wordpress does not. Any ideas? Is the htaccess file correct?
- The topic ‘htaccess problems’ is closed to new replies.