this is a test
https://open.vanillaforums.com/categories/off-topic
Hello Together!
I try to install vanilla in /vanilla. Because in the Root i have wordpress installation.
https://www.das-wir-im-koelner-norden.de/
I know i need to change the htaccess file.
but how have i to do it?
i want to use my wordpress AND vanilla?
Thanks for help!
Rewritebase /vanilla
Sorry, what do you mean?
and have i to change the htaccess in the root or do i have to add a nother access in the /vanilla
and whats about wordpress? will it still work?
Look in the htaccess you attached.
Cannot have 2 htaccess in the same place.
Put it in /vanilla pretty sure that should.
(If you put it in root you overwrite the one wordpress)
You could also use sub domain
forum.domain.xx
Instead of
domain.xx/forum
Just noticed that htaccess you attached is for wordpress.
Use the one for Vanilla and edit to
Now i mae a htacess in the /vanilla
<IfModule mod_rewrite.c>
RewriteEngine On
# Certain hosts may require the following line.
# If vanilla is in a subfolder then you need to specify it after the /.
# (ex. You put Vanilla in /forum so change the next line to: RewriteBase /forum)
RewriteBase /vanilla
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php\?p=$1 [QSA,L]
</IfModule>
Result:
Comments
this is a test
https://open.vanillaforums.com/categories/off-topic
Hello Together!
I try to install vanilla in /vanilla. Because in the Root i have wordpress installation.
https://www.das-wir-im-koelner-norden.de/
I know i need to change the htaccess file.
but how have i to do it?
i want to use my wordpress AND vanilla?
Thanks for help!
Rewritebase /vanilla
Sorry, what do you mean?
and have i to change the htaccess in the root or do i have to add a nother access in the /vanilla
and whats about wordpress? will it still work?
Look in the htaccess you attached.
Cannot have 2 htaccess in the same place.
Put it in /vanilla pretty sure that should.
(If you put it in root you overwrite the one wordpress)
You could also use sub domain
forum.domain.xx
Instead of
domain.xx/forum
Just noticed that htaccess you attached is for wordpress.
Use the one for Vanilla and edit to
Rewritebase /vanilla
Now i mae a htacess in the /vanilla
<IfModule mod_rewrite.c>
RewriteEngine On
# Certain hosts may require the following line.
# If vanilla is in a subfolder then you need to specify it after the /.
# (ex. You put Vanilla in /forum so change the next line to: RewriteBase /forum)
RewriteBase /vanilla
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php\?p=$1 [QSA,L]
</IfModule>
Result:
Now i mae a htacess in the /vanilla
<IfModule mod_rewrite.c>
RewriteEngine On
# Certain hosts may require the following line.
# If vanilla is in a subfolder then you need to specify it after the /.
# (ex. You put Vanilla in /forum so change the next line to: RewriteBase /forum)
RewriteBase /vanilla
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php\?p=$1 [QSA,L]
</IfModule>
Result: