Status
Not open for further replies.

lexishost

Banned
Banned
103
2011
0
0
I have Vbulleting 4.1.2, I did somethig now my board won't redirect to index.php like it should.

Please help!

The link is webtalking.net when we type in webtalking.net it's suppose to redirect to /index.php but it's not working.. :(
 
13 comments
ok go to your .htaccess file edit it and add this code

Code:
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.webtalking.net/$1 [R=301,L]
redirect 301 http://www.webtalking.net http://www.webtalking.net/index.php
this should work
 
Status
Not open for further replies.
Back
Top