The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
if he has cpanel all of that other code is a waste of time for such a minor issue. I swear some of you who help on this board think every one here has the same type of knowledge..no thats not true. It would be beneficial to give the most simple straight forward answer upfront then go from there.
|
#12
|
|||
|
|||
Quote:
The answer I gave is a simple cut and paste...... how much easier can I make it? Anyway, this thread is heading off topic. The OP has a couple of solutions to choose from now, so he can choose which one he's happy with. |
#13
|
||||
|
||||
Quote:
|
#14
|
|||
|
|||
Well I appreciate everyone hurding over here to help me out.
Yet my question remains un-answered. Where in the .htaccess should I place it? I'm not sure if just placing it at the end might have an affect on it? Or should it be placed at a certain point? And yes I also have cpanel but for some reason the redirect wasnt working right. Anyway, would someone mind answering the question? --------------- Added [DATE]1292129313[/DATE] at [TIME]1292129313[/TIME] --------------- Quote:
|
#15
|
||||
|
||||
I have no idea if this will work, I'm merely going on an unsubstantiated hunch:
Code:
#RewriteCond %{HTTP_HOST} !^fragtoss\.com #RewriteRule (.*) http://www.fragtoss.com$1 [L,R=301] |
#16
|
|||
|
|||
don't work
|
#17
|
|||
|
|||
Hey budd m providin u this video tutorial abt redirecting 301... hope that helps you and if still not then sorry mate.
http://www.youtube.com/watch?v=VyEu99qWk3Q |
#18
|
|||
|
|||
Asking most of these ppl for help will never work, they will give you some type of quantum theory answer to solve a simple redirect issue.
Do you have cPanel? Bouncer, like i said, if you have cPanel, just login to your host navigate to redirects and add it there. You have not said if you have cPanel or not... |
#19
|
|||
|
|||
put this immediately after 'RewriteEngine On'
Code:
Options +FollowSymLinks ### Add www. rewritecond %{http_host} ^fragtoss.com [nc] rewriterule ^(.*)$ http://www.fragtoss.com/$1 [r=301,nc] |
#20
|
||||
|
||||
Quote:
We're trying to help someone root out a problem by giving him steps to try and eliminate as possible solutions. You're just mocking the people trying to help him, repeating a suggestion that if you had even bothered to fully read his posts you would already know doesn't work and cluttering up the thread with unhelpful information. Everyone here offers their help free of charge and at the expense of their own free time. If you have something new to add, the it will be appreciated and taken in good faith. But if all you're going to do is conflate the simplest, most bone-headedly easy of steps into something ridiculously harder then it is, then I can only assume your just here to troll, not help. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|