snoopy5
Well-known member
Hi,
up to now, I had the xenforo forum installed in the root directory.
I moved all files now in the new directory "community" and put a htaccess file in the root, to keep all links to the postings working.
The htaccess file in the root is now:
So far, so good. Everything is working fine.
But now I would like to install Wordpress in the root.
Obviously this does not work because of that redirect.
How do I have to change that redirect, so that the old forum links are still working and at the same time I still can install Wordpress in the root?
up to now, I had the xenforo forum installed in the root directory.
I moved all files now in the new directory "community" and put a htaccess file in the root, to keep all links to the postings working.
The htaccess file in the root is now:
Code:
RewriteEngine on
RewriteCond %{REQUEST_URI} ^/$
RewriteRule (.*) /community/ [R=301]
So far, so good. Everything is working fine.
But now I would like to install Wordpress in the root.
Obviously this does not work because of that redirect.
How do I have to change that redirect, so that the old forum links are still working and at the same time I still can install Wordpress in the root?
Last edited: