Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Not Redirecting

Asked Modified Viewed 2,692 times
D
Devvonn
D
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

I was doing a lot of work on my site, and changed about three files (one of which was the .htaccess file) and then took a look at my site and noticed that it was not redirecting. Can someone send me maybe there .htaccess file or maybe tell me what files would affect redirecting my main URL to say "http://www.mysite.com/blah/blah/blah".

Thanks!
0 replies

8 posts

G
googlebot
G
Visit the new home of the merge between Hacking Vs. Security and Security Override!
My copyright removal has been switched over from HvS to SecurityOverride.
  • Senior Member, joined since
  • Contributed 638 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

Are you aware that in index.php it has a redirect function that redirects to the opening page set in admin panel -> system admin -> main settings ? If you change that (or remove it) and use the code

<meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com">

and change accordingly, you will redirect to whatever page/site you want.
0 replies
E
Emineem
E
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

write en/arcade/index.php

i think this should work
0 replies
D
Devvonn
D
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Okay, well I have not explained my self very well then. The reason I am posting here is because the error is with the php-fusion script. By default it leads to "news.php" I am pretty sure.

In the admin section I have done the following:

i35.tinypic.com/2j9n4j.jpg

But it does not redirect to there, even though it used to. That is why I am posting in this forum because it does have to do with php-fusion. Need more info? I have used that .htaccess but it is not working correctly, I will continue working with it though.

Thanks!
Edited by Devvonn on 14-07-2008 04:21,
0 replies
S
starefossen
S
www.postexus.com - Follow Postexus on Facebook.
  • Senior Member, joined since
  • Contributed 359 posts on the community forums.
  • Started 20 threads in the forums
answered
Senior Member

Well, than I cannot see why you are posting here at this forum as this has absolutely nothing to do with PHPFusion. I gave you a method to redirect to another site if you are not happy with that one you'll have to find out on your own. In fact you should have done that from the start. Use google and search instead of posting your question at once.

So, a simple google search gave me this result which lead me to a Comprehensive guide to .htaccess- Redirects.

It took me about 2 minutes or less!
0 replies
D
Devvonn
D
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

No like when you visit "http://www.mysite.com" it instantly takes you to "http://www.mysite.com/home" without a delay at all. The refresh code, even when set to "0" is noticable.
0 replies
G
googlebot
G
Visit the new home of the merge between Hacking Vs. Security and Security Override!
My copyright removal has been switched over from HvS to SecurityOverride.
  • Senior Member, joined since
  • Contributed 638 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

Quote

starefossen wrote:
You could simply make an index.html file with this content:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Your Page Title</title>
<meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com"></HEAD>
<BODY>
Optional page text here.
</BODY>
</HTML>


Change http://www.the-domain-you-want-to-redirect-to.com to whatever url you want it to redirect to :)

...and change the 0 to the number of seconds you want the redirect to take, incase you want the user to read something on the page before the redirect initiates.
0 replies
S
starefossen
S
www.postexus.com - Follow Postexus on Facebook.
  • Senior Member, joined since
  • Contributed 359 posts on the community forums.
  • Started 20 threads in the forums
answered
Senior Member

You could simply make an index.html file with this content:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Your Page Title</title>
<meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com"></HEAD>
<BODY>
Optional page text here.
</BODY>
</HTML>


Change http://www.the-domain-you-want-to-redirect-to.com to whatever url you want it to redirect to :)
0 replies
G
googlebot
G
Visit the new home of the merge between Hacking Vs. Security and Security Override!
My copyright removal has been switched over from HvS to SecurityOverride.
  • Senior Member, joined since
  • Contributed 638 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

First, PHPFusion does not have a .htaccess file standard, well, I don't think it does..

Second, when you say redirect, are you talking about if you login, it won't redirect, or that the links on your site don't work?
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 8 posts
  • Votes 0 votes
  • Topic users 4 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet