Basically i've installed the the phpbb seo mod on my site (lets call it example.com) and everything is working just as it should!
Now i've baught a new domain (example.org) and decided to use this domain as my main.
I've moved over all my files and from the .com over to my .org root folder and updated the config and imported the sql data as well.
Now here's the problem:
when i visit my .org domain it's working fine.. but every single link is still pointing over to the .com domain! To make things worse I cant even access the ACP because when i hit the login button on the .org site it redirects me to the .com!
I've even tried the:
- Code: Select all
RewriteCond %{HTTP_HOST} !^www\.example\.com$ [NC]
RewriteRule ^(.*)$ http://example.org/$1 [R=301,L]
but i get the 301 moved Moved Permanently msg.
I hope someone can help me out, is this a .htaccess issue or do i have to modify other files?
Thanks in advance!

English |
French
