I use the .htaccess file to run vB5, and I guess there might be the issue. I have some directories, which are not part of the forum. E.g. Testing, SQLBackup, Stats,..
When I try to access these...
Announcement
Collapse
No announcement yet.
Apache redirection
Collapse
X
Related Topics
Collapse
-
I have my vb5 installation set up for mod_rewrite but it doesn't seem to be rewriting properly.
The contents of my .htaccess file are as follows:
Code:<IfModule mod_rewrite.c>RewriteEngine
-
Channel: vBulletin 5 Installs & Upgrades
Tue 2 Oct '12, 3:15pm -
-
by ZnaZAfter that I had at problem with rewriting
I thought I'd share with you on how to start it
Simple! Just run the command
a2enmod rewrite
Restart Apache 2 by running...-
Channel: vBulletin 5 Installs & Upgrades
Wed 23 Jan '13, 10:51pm -
-
by hydronixEdited the .htaccess file with
Code:RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
-
Channel: Support Issues & Questions
Sun 26 Feb '17, 5:02am -
-
by CraigI'm not at all familiar working with htaccess. But I recently set my site to ssl and want to redirect. I have found the redirect code for http to https, but which htaccess file gets modified ( I assume...
-
Channel: Support Issues & Questions
Fri 17 Mar '17, 2:17am -