+ Reply to Thread
Results 1 to 5 of 5

Thread: redirect

  1. #1
    Join Date
    Jul 2008
    Posts
    5

    Default redirect

    I have a joomla site at:

    mydomain/resurrection/

    I am trying to redirect to a google site I made.

    I don't have control of my church's domain and the person who does is not responding.

    I set the redirect up a couple days ago. It's not working.

    My question is, do I need to empty the directory before the redirect will work?

    I was hoping to avoid having no website come up during the transition.

  2. #2
    Early Out's Avatar
    Early Out is offline Former Moderator, Still Respected
    Join Date
    Mar 2006
    Location
    Sector R
    Posts
    4,650

    Default

    How did you set up the redirect?

  3. #3
    Join Date
    Jul 2008
    Posts
    5

    Default 301 permanant

    I went in to "redirects"

    I set up a redirect for http://twittren.net/resurrection/ to go to:

    http://sites.google.com/a/witticisms...theran-church/

    I just redid it and checked "wildcard redirect" to see if that works.

  4. #4
    Early Out's Avatar
    Early Out is offline Former Moderator, Still Respected
    Join Date
    Mar 2006
    Location
    Sector R
    Posts
    4,650

    Default

    That should have done the trick, but I can see that it hasn't. Take a look at the .htaccess file in public_html. There should be a standard 301 redirect in there, like:

    Code:
    Redirect 301 /resurrection/index.php http://sites.google.com/a/witticisms.org/resurrection-lutheran-church/index.html
    (with the target being whatever the actual page name is.)

    It might show up like this, instead, which should also work fine:

    Code:
    RewriteEngine On
    RewriteRule ^resurrection/index.php$ http://sites.google.com/a/witticisms.org/resurrection-lutheran-church/index.html$1 [R=301]

  5. #5
    Join Date
    Jul 2008
    Posts
    5

    Default Thank you!

    I added the code and it worked!


    Thank you very much.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts