The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
.htaccess rewrite issue
Hello
I`m trying to standarize urls for my forum to open the same url whatever you write http://vw-forum.pl or http://www.vw-forum.pl I have following entries and they are working fine but when I`m trying to logon or register it`s not logging in it`s just doing nothing In error_log I found [Wed Apr 02 08:02:47 2014] [error] [client 89.231.101.172] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /var/www/vhosts/vw-forum.pl/httpdocs/vw-forum.pl RewriteEngine on Options FollowSymLinks RewriteCond %{HTTP_HOST} !^www\.vw-forum\.pl$ [NC] RewriteRule ^(.*)$ http://www.vw-forum.pl/$1 [QSA,L,R=301] Pls help me to resolve this problem |
#2
|
||||
|
||||
Code:
Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} ^vw-forum\.pl RewriteRule (.*)$ http://www.vw-forum.pl/$1 [R=301,L] |
Благодарность от: | ||
RichieBoy67 |
#3
|
|||
|
|||
Hello
Thanks a lot for your feedback - indeed that help and now the message about RewriteRule directive is forbidden not appearing anymore. However issue that registration and login form not working still persist I`m clicking login button and it`s like doing nothing and moving to the main page you can take a look here http://www.vw-forum.pl/vw_login.php just click login button and you will see that behaviour Any idea what`s wrong here ? Thanks Greg |
#4
|
||||
|
||||
Answer me please
- Why it is necessary to rename or change the standard login page ? - This is a spam protection ? I do not understand for what purpose and how you did it |
#5
|
|||
|
|||
Hello
To understand you correctly are you asking about url for loggin or the form view ? If form view it was changed to have a bit diffrent view then standard one Thanks Greg |
#6
|
||||
|
||||
^^ I think ikopylov wanted to know why the login.php has been renamed to vw-login.php and for what purpose?
|
2 благодарности(ей) от: | ||
ikopylov, TheLastSuperman |
#7
|
||||
|
||||
Checking the source code shows that it's still just looking for login.php
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|