Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Sep 2014
    Location
    ohio
    Posts
    216
    Plugin Contributions
    0

    Default How do I bypass GoDaddy's landing page?

    Hi and thanks in advance.

    Hosting on godaddy, my store is in a subdirectory.
    Whenever someone types in www.benzbonz.biz they get
    a cheasy looking webpage and must click "Enter Here" to get to my store.
    I would like to rediect anyone that just types in the benzbonz.biz part to the store subdirectory.

    I have SSL installed

    I've googles it and have tried various redirect statements, but none seem to work.

    And when I get this htaccess working do I need to make changes to the config files in admin and includes?

  2. #2
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,684
    Plugin Contributions
    9

    Default Re: How do I bypass GoDaddy's landing page?

    in your cpanel, you should be able to change your document root.

    you would then need to remove the /store from your configure.php files.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: How do I bypass GoDaddy's landing page?

    Try finding that page using your FTP client and look for anything named
    index
    default
    etc.

    Once found you can transfer it to your local and view the contents in a code editor
    If this is the page file you can delete it
    Zen-Venom Get Bitten

  4. #4
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: How do I bypass GoDaddy's landing page?

    Or seeing that you have no intention of using the root of your domain name for anything but the store, you could move your store into your root and operate forward from there: http://www.zen-cart.com/content.php?...that-directory
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #5
    Join Date
    Sep 2014
    Location
    ohio
    Posts
    216
    Plugin Contributions
    0

    Default Re: How do I bypass GoDaddy's landing page?

    I don't have a cpanel hosting account. I'm in the Data Center.

  6. #6
    Join Date
    Sep 2014
    Location
    ohio
    Posts
    216
    Plugin Contributions
    0

    Default Re: How do I bypass GoDaddy's landing page?

    Quote Originally Posted by kobra View Post
    Try finding that page using your FTP client and look for anything named
    index
    default
    etc.

    Once found you can transfer it to your local and view the contents in a code editor
    If this is the page file you can delete it
    I have access to index.html and htaccess. in the root of my domain.

  7. #7
    Join Date
    Sep 2014
    Location
    ohio
    Posts
    216
    Plugin Contributions
    0

    Default Re: How do I bypass GoDaddy's landing page?

    Quote Originally Posted by mc12345678 View Post
    Or seeing that you have no intention of using the root of your domain name for anything but the store, you could move your store into your root and operate forward from there: http://www.zen-cart.com/content.php?...that-directory
    Don't want it in the root because I would like to open another type store from the same domain.

  8. #8
    Join Date
    Sep 2014
    Location
    ohio
    Posts
    216
    Plugin Contributions
    0

    Default Re: How do I bypass GoDaddy's landing page?

    found some html code to do it,,,
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>

    <TITLE>BenzBonz Quality Pre-Owned Mercedes Parts</TITLE>


    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta http-equiv="refresh" content="1;url=https://benzbonz.biz/subdirectory/index.php">
    <script type="text/javascript">
    window.location.href = "https://benzbonz.biz/subdirectory/index.php"
    </script>
    <title>Page Redirection</title>
    </head>
    <body>
    <!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
    If you are not redirected automatically, follow the <a href='https://benzbonz.biz/subdirectory/index.php'>link to Benzbonz Quality Pre-Owned Mercedes Parts</a>



    <p>We have thousands of Quality Pre-Owned Mercedes parts in
    our warehouse ready to ship.</p>


    </body>
    </HTML>

  9. #9
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: How do I bypass GoDaddy's landing page?

    Quote Originally Posted by mespe View Post
    Don't want it in the root because I would like to open another type store from the same domain.
    What's your plan to direct/redirect to this other store using the same domain name?

    Asking more to incite further planning. Seems like might be able to use a sub-domain type action for this store, though things can get messy if it's not a true sub-domain style reference supported by your host.

    FYI, be prepared for a lot of other discussion about trying to make money using multiple "stores" all in the same "area". I think I've said enough.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #10
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,748
    Plugin Contributions
    0

    Default Re: How do I bypass GoDaddy's landing page?

    Well that is the most SEO unfriendly way to do that....nicest way I could say it...
    Use an .htaccess redirect, something like below.

    Code:
    # .htaccess main domain to subdirectory redirect
    # Do not change this line.
    RewriteEngine on
    # Change example.com to be your main domain.
    RewriteCond %{HTTP_HOST} ^(www.)?example.com$
    # Change 'subdirectory' to be the directory you will use for your main domain.
    RewriteCond %{REQUEST_URI} !^/subdirectory/
    # Don't change the following two lines.
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    # Change 'subdirectory' to be the directory you will use for your main domain.
    RewriteRule ^(.*)$ /subdirectory/$1
    # Change example.com to be your main domain again.
    # Change 'subdirectory' to be the directory you will use for your main domain
    # followed by / then the main file for your site, index.php, index.html, etc.
    RewriteCond %{HTTP_HOST} ^(www.)?example.com$
    RewriteRule ^(/)?$ subdirectory/index.html [L]
    Mike
    GeekHost - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. How do I bypass this checkout page?
    By r1formetoo in forum General Questions
    Replies: 11
    Last Post: 18 Sep 2013, 06:20 PM
  2. How can I bypass the checkout_shipping page?
    By remyrulez in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 24 May 2011, 09:53 PM
  3. How to bypass categories page?
    By blue65 in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 29 Oct 2010, 06:26 AM
  4. How can I bypass the shipping page?
    By VCSharpin in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 4 Jun 2008, 01:19 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR