Welcome, Guest. Please login or register.
Did you miss your activation email?
May 24, 2012, 06:35:48 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155442 Posts in 21702 Topics by 7733 Members
Latest Member: DarrellDD
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: home page redirection not working  (Read 585 times)
bnasty28

Offline Offline

Posts: 2


« on: September 26, 2008, 02:02:28 AM »

Hi, I have a site that is not redirecting to the home page.

Here is the url http://www.leevasu.com/

and yes the home page redirection is enabled, but the wb was installed in the art directory..

So you can see the site at http://www.leevasu.com/art

so how do i get it to redirect to the home page?
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7972



WWW
« Reply #1 on: September 26, 2008, 07:52:24 AM »

Hello,

Home page redirection in the options did not mean that all your pages are directed from the /art folder to the root. this Option only affects that if you call your url you also see at your root page the full path ( with /art folder and page name /home.php ).

Matthias
Logged
Luckyluke

Offline Offline

Posts: 555



« Reply #2 on: September 26, 2008, 08:03:59 AM »

Hi,

You can make an INDEX.HTML file in the root of your site (www.leevasu.com) with following content:


Code:
<HTML>
<HEAD><TITLE>Please wait...</TITLE>

<META content="MSHTML 6.00.2900.2912" name=GENERATOR>
<META http-equiv=Refresh content=0;URL=http://www.leevasu.com/art>

</HEAD>
<BODY>
</BODY>

Save this file as INDEX.HTML and this will send you to the correct location.

Grtz,
Luc
Logged
StefanRSA

Offline Offline

Posts: 96



WWW
« Reply #3 on: September 26, 2008, 11:47:02 AM »

Hi, I am also thinking about doing it as my site is developed in a wb folder...
If I use:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="REFRESH" content="0; URL=wb/">
</head>
</html>

Won't it have a negative effect on google and your page ranking Huh
Will the best option be to move it to root from?
Logged

How can the sky be the limit? There is much more behind the sky!!!
vyni

Offline Offline

Posts: 566


« Reply #4 on: September 26, 2008, 02:12:20 PM »



And if You dont like a redirect.....
.....so make a normal html - a welcome-page - some content and a link to Your WB.  wink

Logged

PS: Falls jemand eine Idee hat was zu tun ist und mir das erklären könnt - geh bitte davon aus dass ich ahnungslos bin, was php und so betrifft. Ich kann grad was lesen, kopieren und einfügen,  ungefähr verfolgen und glauben.
Luckyluke

Offline Offline

Posts: 555



« Reply #5 on: September 26, 2008, 04:14:51 PM »

Won't it have a negative effect on google and your page ranking Huh

Do you mean that my solution have a bad effect on Google Search crawlers?
In that case, I will change it to your solution. Because I never install WB in the root.

Grtz,
Luc
Logged
StefanRSA

Offline Offline

Posts: 96



WWW
« Reply #6 on: September 29, 2008, 07:44:48 AM »

I might be wrong, but am sure that google will not like the idea if your homepage is directed from another page... Google picked up my site from this forum and the link was something like www.domain.co.za/wb...
I have a re-direction to another domain while I am finalising the site in the wb folder. Two days after the site was indexed in the wb folder it was removed....Huh

I think, as soon as my site is completed, I will need to move it to the root folder to make it MORE google or SEO friendly...

Logged

How can the sky be the limit? There is much more behind the sky!!!
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!