Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
changing URL of my site: What lines to rename?
Hi!
When I change the URL of my Site what lines do I have to change?
Right now I can't enable any plugin if I try to access the page from a different URL.
An error message appears: The Plugin couldn't be enabled because it created a fatal error.
The line below remains empty.
I changed my URL via htaccess RewriteBase froum forum.xxxxxx.de to ssl-id.de/forum.xxxxxx.de
Everything else seems to work...
When I change the URL of my Site what lines do I have to change?
Right now I can't enable any plugin if I try to access the page from a different URL.
An error message appears: The Plugin couldn't be enabled because it created a fatal error.
The line below remains empty.
I changed my URL via htaccess RewriteBase froum forum.xxxxxx.de to ssl-id.de/forum.xxxxxx.de
Everything else seems to work...
0
Comments
Thanks!
Let me know if this helps.
Joos
there are no URLs at all in my config.php
In most cases you don't have to edit your htaccess at all.
Only the plugins stop to work properly, I can't enable and disable them anymore.
This is my htaccess:
Options -Indexes
AddType application/x-httpd-php5 .php .php3 .php4 .php5
DirectoryIndex index.php/
Options +FollowSymLinks
RewriteEngine On
# Certain hosts may require the following line.
# If vanilla is going to be in a subfolder change this to /foldername
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php\?p=$1 [QSA,L]
#RewriteCond %{SERVER_PORT} !443
#RewriteCond %{HTTP_HOST} ^forum\.xxxxxx\.de$
#RewriteRule ^(.*) https://www.ssl-id.de/forum.xxxxxx.de/$1 [R=301,L]