How to stop Hosts landing page being displayed

Hi,  I've uploaded my 3 pages to my host and when my domain name is typed into browser bar www.riflebitz.com the hosts holding page is displayed. However if I type www.riflebitz.com/ladingpage.html my page is displayed. In dreamweaver I've assigned this page as my home page but don't know how to get it to display by just typing www.riflebitz.com  all help greatfully received  timmer

The default page for when typing in just the domain name is normally index.html  (sometimes it can be default.html) - but you would need to contact your host, but I  suggest that it would be index.html
if I browse to:  http://www.riflebitz.com/landingpage.html
I don't see any page at all.
However, if I navigate to http://www.riflebitz.com/default.html  then I do see some type of landing page with a contact link at the bottom of the page.
I'd say you would need to re-open your landingpage.html in dreamweaver and rename it index.html and upload it to the server and you should be fine.
Please Note:  The contact page has a link to Contact Page.html
You should NOT have spaces in your files names, and it is always safer to make sure you use lower case for file names as well.  Some servers are case sensitive, so be sure to use index.html  not  Index.html

Similar Messages

  • How to stop volume icon from being displayed randomly

    How to stop volume icon from being displayed randomly

    Thanks for the quick response.
    I have a number of slides which act as a training module. The quiz follows this. All the answers to the quiz are in the module slides. I'd like the user to be able to see which questions they're failing on, but not be shown the answers, as, if they are failing the quiz, the whole module needs to be reviewed and the test retaken.
    If this isn't possible, I'll probably just remove the review option, thereby meaning my retake button can stay, and the user can just go back and re-read the module slides to learn the answers.
    Thanks

  • How to stop the Dialog from being dragged

    I was hoping that someone could tell me when calling a Dialog from Jframe, a how to stop the Dialog from being dragged
    while a dialog is showing.
    When it is visible I can still click and drag the Dialog
    I want to set it so you can not drag it until the dialog has be closed.

    If you don't have access to the parent frame, a "hack" that usually works:
    Frame frame = Frame.getFrames()[0];
    if (null != frame && frame instanceof JFrame){
    JFrame jf = (JFrame)frame;
    JDialog jd = new JDialog(jf, "title");
    ... code here ...
    As each JFrame (or Frame) is opened, its stored in the array of Frames that you can get. Same thing with Dialog.getDialogs(). Almost always, at least so far for me I've never had this problem, the [0] index is the main window opened, or the parent/top frame. I'd put the check in there to be safe and make sure its a JFrame and usually you'll only have the one JFrame.

  • How to force Paypal Standard land page to display Credit card form by default

    Hello,
    When I send my form to Paypal, their default configuration displays the Paypal login form en then clients have to select "Don't have a Paypal account?" to get to the credit car form. Since I whant to make the shopping experience has simple has possible for my clients, I want them to have immadiate access to the credit card form.
    Paypal offered me to necessairy code to have the land page display the credit card form first but.... Since I am not a coder, I have no idea on were to put that code. I try to put it in my web form but it does not work.
    Any input would be welcome. Here is the code provided by paypal.
    <input name="solution_type" value="Sole" type="hidden">
    <input name="landing_page" value="Billing" type="hidden">
    Thank you,

    Hi,
    Please note PayPal Standard is a "non-seamless" gateway thus redirecting customers to PayPal to finalize payment. 
    You'll need to use the PayPal "seamless" options either Payflow or Website Payments Pro.  This will direct customers to your purchase form without any redirection occurring as you require.  Please change your gateway settings to achieve this. 
    http://kb.worldsecuresystems.com/833/cpsid_83333.html
    http://kb.worldsecuresystems.com/833/cpsid_83332.html
    Hope this helps!
    -Sidney

  • I have shrunk the size of the web page being displayed, How do I get it to go back to the right size?

    I was playing my favorite game (from Zynga on facebook) on my laptop using the touch pad to move around. The next thing I know the webpage being displayed is small. Like I zoomed out (way out). How do I get the site back to regular size?

    or maybe the interface has been set to Dark?
    Go to Preferences > Interface tab, choose Light from Color Theme dropdown on Apearance section (upper part of the window)

  • How can I select which page to display based upon a log-in?

    I have created a page where the user will enter one of several codes.  I wanted to use the login function and validate the code against a table that I have pre-loaded with these codes.  The code entered would control which page was displayed to the user. 
    (I have identified a community of potential clients, and this group is broken down into 10 unique sub-groups.  Each person receives a mail that includes one of 10 unique 'codes', which identify the sub-group.  When the recipient calls up my website and enters the code (as a user ID), this will determine which of the 10 pages is displayed.  If someone randomly enters (or mis-keys) a value into the promo field a default error page (page #11) would display.)
    Is this possible using the log-in function.  Now that I'm looking at the function, it appears that any successful log-in will be directed to the same page.  If I can't use the log-in function, how can I accomplish this.  In essence, I am looking for the successful codes to act as an "if . . .then . . .else . . " type of logic.  Or, a successful hit on one of records in my table is akin to making a menu selection (that is not available in any other fashion). 
    Any help on this would be greatly appreciated. 
    BTW - kudos to David Powers and Charles Nadeau for the great tutorial on Setting up a PHP development environment for Dreamweaver!

    Thanks so much for the reply. I chose to go with the array and added the following code (my code is in red) :
       if (isset($_SESSION['PrevUrl']) && false) {
          $MM_redirectLoginSuccess = $_SESSION['PrevUrl']; 
    $redirects = array('snj830' => 'promosnj830.php', 'snj141' => 'promosnj141.php', ‘snj416’ => ‘promosnj416’);
        header("Location: " . $redirects[$_SESSION[‘MM_Username]] );
      else {
        header("Location: ". $MM_redirectLoginFailed ); 
    The re-direct on a failed logon is working successfully, but if I enter one of my 3 valid codes, the following screen is displayed:
    Index of /boundsauctions.com/promopages
    Name Last modified Size Description
         Parent Directory             -       
         _notes/      15-Oct-2010 17:40      -       
         errorpage.php      13-Oct-2010 17:24      1.9K       
         promo _login.php      15-Oct-2010 17:40      5.6K       
         promosnj141.php      15-Oct-2010 16:00      6.2K       
         promosnj416.php      15-Oct-2010 15:54      4.6K       
         promosnj830.php      15-Oct-2010 15:55      4.6K       
    As you can see, the last three pages here are the ones that I am trying to display.  Can you tell what I'm doing wrong?

  • How to stop an email from being sent after I hit send?

    How can I immediately stop an email from being sent after clicking "send"?
    I can't seem to find any info on this. I am assuming that it is impossible. Correct?

    When sending the emails with larger attachments that take a little time to actually upload and get out, you can open the activity viewer by pressing command-0 (or is it command-o?--)--it may also be under the window menu at the top--I'm not at my Mac right now to check. The activity viewer has a stop button on it. After you stop it, you should be able to either delete the email from the outgoing mail folder or drag that email to another folder, such as the drafts folder. I've done this a few times without a problem.

  • How to stop an idoc from being processed further

    Hi Experts,
    I have a requirement where i have to stop the idoc from being processed in an user exit.
    I have to stop the idoc and give a suitable status message over there.
    It would be highly helpful if anybody tells me how to stop the idoc abruptly and giv the status messsage.
    Thanks in advance.
    Praveen.

    Hi,
    Check the below link
    https://forums.sdn.sap.com/click.jspa?searchID=11810720&messageID=3032674
    You need to find aproper EXIT.
    The avaliable options for you in the exit is
    IDOC_DATA
    Now if i pick the segment having shiped qty from the data record and check the same with the delivery qty your objective is half done.
    When the condition fails you need to update the IDOC with Error 51 saying that this is not possible .
    for that you need to bring your logic as
    LOOP AT IDOC_CONTROL.
    PERFORM LOGIC...
    ENDLOOP.
    FOR LOGIC .
    All the criteria and then update the status of the IDOC then error is generated and updated to the IDOc.
    PERFORM updatestatusidoc.
    endform logic.
    like this in
    form updatestatusidoc.
    IF subrc = 0 .
    t_idoc_status-docnum = f_idoc_contrl-docnum.
    t_idoc_status-status = c_idoc_status_ok.
    t_idoc_status-msgty = 'S'. -
    >denotes success
    t_idoc_status-msgid = 'ZXXX'.
    t_idoc_status-msgno = '000'. "
    t_idoc_status-msgv1 = itab-field.
    APPEND t_idoc_status.
    ELSEIF subrc = 1.
    t_idoc_status-docnum = f_idoc_contrl-docnum.
    t_idoc_status-status = c_idoc_status_error.
    t_idoc_status-msgty = 'E'. "denotes --->error
    t_idoc_status-msgid = 'ZXXX'.
    t_idoc_status-msgno = '001'. "
    t_idoc_status-msgv1 = itab-field.
    APPEND t_idoc_status.
    endif.
    endform.
    this has to be done to make the idoc to trigger error mode.
    Regards,
    Raj.

  • How to float a landing page to capture email address, only shown once per visitor to the site, and not on return visits?

    I would like to float a landing page to capture email addresses, that is only shown once per visitor to the site, and not on return visits OR after they submit their email not to be asked again.
    thanks guys!

    Hi Scott,
    Thanks a lot for the advice.
    Actually I added user names to the apex_access_control table and assigned each user the desired privilege but did not notice that I should do the following setting.
    *Access Control Administration > [RUN] > Set Application Mode: Restricted access.*
    Thanks,
    Guy

  • Pages being displayed at inconsistent sizes. Help?

    Running Acrobat Pro 9 on Windows XP.
    Hi. I have recently been tasked at work with scanning several laboratory logbooks to create PDF versions of the book to be archived in our network. Since all pages come from the same book, all files (saved as .PNG images, 1 image per page) are nearly identical in physical dimensions (within a 1/4 inch) and nearly identical in filesize.
    However, when I import all the pages into Acrobat and merge files into a single PDF, and set it to display 2 pages side-by-side (to resemble the actual logbook) many pages appear only at roughly a 1/4 the size of the page next to it (see attached screen-shot for an example of this).
    All pages should display at the same size, and I can't figure out why nearly half of them are showing up small like this. Any suggestions would be greatly appreciated. Thanks! 

    Shoot...unfortunately you're completely right. Stupid scanner...
    Thanks for your response.

  • How to stop table row from being split onto two pages

    How do I stop a row of output from being split between two
    pages. When the CFDocument loads, sometimes, the last row on a page
    "spills" over onto the next. I'd like to figure out who to prevent
    these "orphans" from happening, and force the row onto one page or
    the other.
    Here's my code for the doc... I have a sp that querys the sql
    db. Using CFDocument - CF Version 7.02

    If you know roughly how many lines of output will fit on a
    page (you can test to find out), then you can count result lines
    (you should be able to use RecordCount and do some math) and cfif
    against your counter and force a page break beforehand if the next
    table will be too much to fit on the page. Then just reset the
    counter after you page break.

  • How do I stop security error messages being displayed?

    Multiple messages are displayed when I'm in hotmail saying "Due to Mozilla's security features a link was blocked" etc. It says there was a security error and gives long references. I have to close these messages down before my page will load properly, otherwise the page width is extended and I have to scroll to see things.

    Hi,
    I have a smiliar problem. And I wish I had an answer to yours! It seems that nobody knows the answer! I want to change the mobile phone number which people see when I send txt messages over skype. It confuses people when they see my Australian number (the one originally registered in skype) when I am overseas, people always think I am in Australia. The problem is I can never seem to remove that number I originally used when I set up skype a few years ago. I have changed every instance in skype (profile page etc) where the number appeared but it still displays when I send messages... Anyone know?? Thanks!

  • How to incorporate dark theme for pages being displayed?

    in google play store, your app contains an image which displays user control of changing theme into dark or light . but after downloading the app I can't find any options like that.

    It is likely a persona hosted on addons.mozilla.org

  • How to stop just one item being reset when sumbit is pressed?

    How can i keep the value of just one item when the submit button is pressed. This field will always be the user id of the user logged on so i dont want it to be reset. I have tired doing a simple query to select the id everytime the page loads but the value then appears null when i do an insert statement to create a particular record for the user in a table.
    Anyone any ideas?

    Right I could see how the APP_USER would work but it wouldn’t work in this situation.
    To be more specific I want the id of the user which is called student id to stay the same all the way through the application as there id refers to them. What I have is that when a user logs on it takes them to their details and a menu part. One of the options is to enter some documents relevant to them. So when they click this option a new page opens showing a report of all the current documents as well as a form where you can update, insert new and delete documents.
    When you load the page the report and form work fine with the correct student id being passed form the pervious page. If however you create a document all the fields in the form get reset. I therefore want a way of stopping the student id from being reset when you create or delete a document. Basically if the page refreshes.
    I can run an sql query that gets the correct student id if the field is null and displays it correctly in the form but for some reasons (im guessing cos its a result of a query) when it tries to process this when I submit the field is null.
    Any ideas as this one has got me

  • How to Stop Large PDF attachments from displaying?

    Using Leopard and large PDF attachments (9mb) slow Mail down to a crawl. Is there a way to stop attachments from automatically displaying in Mail. It can be all atachments, it does not have to be just PDF or a certain size.
    Dan

    Hi Mulder,
    I think it must be noted that Plain or Rich Text has no bearing on Mail's ability to View in Place. Nor does View in Place have any bearing on each attachment being a true attachment. Whether it is viewed Inline by the recipient will depend entirely on the recipients email client, and not how you send.
    View in Place must not be confused with embedding images into text. The frequent discussion in these forums, and what you refer to, about whether to use Plain Text or RTF is relevant to some recipient email programs seeing inline attachments as embedded images due to the presence of the HTML that results from RTF when multiple fonts and attachments are present. The fact that the person composing sees the attachments with View in Place has no bearing on this issue involving HTML that results from RTF.
    Choosing the View as Icon while you Compose has no bearing on how the recipient's email application displays it.
    With those email clients where you can select to not view attachments inline, those you find viewing in place as you compose will in fact be seen as attached files in Icon form.
    At my request, I was sent a test message with a JPEG prepared using Iconiser -- Mail still displayed the JPEG in the message with View in Place when received. However, an examination in Raw Source form showed the header to the attachment did not have the disposition as "Inline" as it normally would -- this would aid with some recipients, such as those using Lotus Notes, where the attempt to adhere to the inline quality causes problems. But Mail, and some other email clients, can still display the message with attached images with View in Place or Inline View. The use of Iconiser will not guarantee to change that.
    As you have pointed out, zipping will prevent any form of View in Place from working.
    All the best,
    Ernie
    Message was edited by: Ernie Stamper

Maybe you are looking for

  • Can't print more than one job at a time.

    I am trying to print to either a HP DesignJet 1055cm plotter or a HP LaserJet 5000N. I can't send more than one file at a time. If i don't wait until the current job starts printing, the next one won't print. For example if I sent five files one righ

  • "the item you selected is not available in the uk"

    I can't access the iTunes store even though I am in the UK. it's a new computer with the latest version of iTunes downloaded and running away fine but this is killing me. any help appreciated, been through all the help topic and they come up against

  • Rate Routing Changes

    Hi All, Is there a possibilty to find out the changes made in the Rate Routing of a BOM regarding to Component Allocation over a period of time. Regards, R. Vijayakumar

  • Returns for Third-Party Sales

    Hello Gurus Could anybody give a step by step procedure for How does Returns take place in Third party Sales?

  • HT1338 my computer could not be verified

    recently i purchase a game named GTA san andreas from app store and it work perfectly everytime i open this game. but now, when i try to open it again. the computer wanted me to 'sign in to use this application on this computer' after i put the user