Task in index page still undefined

I tried switching the landing page and naming it index, that helped as far as loding the landing page as the index page. I copied and paste the php script to load the new index page with the login home left panel links one which is a log in and the other which is register. Though when I click on log in link from that panel in doesn't redirect me to the log in page which used to be the index page but now should be the landing page. any reason why its link does not want to redirect to the login page?

Did you update the links to point to the correct page?

Similar Messages

  • When I click on the - fire fox disappears from the task bar; it is still open but gone from the task bar, if I click on any icon it opens a new Firefox window, I end up with several windows open but none on the task bar.

    Question
    When I click on the - to minimize fire fox, it does not close the window but the firefox icon disappears from the task bar; it is still open but gone from the task bar, if I click on any other icon it opens a new Firefox window, I end up with several windows open but none on the task bar.

    Boot the computer in Windows Safe Mode with network support (press F8 on the boot screen) as a test to see if that helps.
    Do a malware check with some malware scanning programs on the Windows computer.<br>
    Please scan with all programs because each program detects different malware.<br>
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender: Home Page:<br>http://www.microsoft.com/windows/products/winfamily/defender/default.mspx
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Getting a blank white index page in browser

    I have been working the tutorial on Creating your First Web Site by David Powers (Dreamwiver CC) that has worked flawless up to the end, where I tried adding the scripting code for older IE browsers. I downloaded the JS file aFarkas-html5shiv-67bff28, and tried locating the src folder with the Insert/Scripts menu option but for some reason the folder was not in the project root where I put it. This is where I lost the index page that returns a blank page when I open it in a browser, or try and view the page within the designer. The html has no errors that I can see, and I have tried loading the page directly form the root folder with no Joy.
    Could someone help me figure out why a project that was working fine suddenly started displaying a blank index page?
    This is from the index.html page:
    <!doctype html>
    <html>
      <head>
      <meta charset="UTF-8">
      <title>Bayside Beat: Cable Cars</title>
      <link href="styles/main.css" rel="stylesheet" type="text/css">
      <!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
      <script>var __adobewebfontsappname__="dreamweaver"</script>
      <script src="http://use.edgefonts.net/source-sans-pro:n6:default.js" type="text/javascript">
      </head>
      <body>
      <div id="wrapper">
        <header id="top">
          <h1><strong>Bayside Beat</strong></h1>
          <nav id="mainnav">
            <ul>
              <li><a href="index.html" class="thispage">Home</a></li>
              <li><a href="sightseeing.html">Sight Seeing</a></li>
              <li><a href="#">Eat Out</a></li>
              <li><a href="#">What's On</a></li>
              <li><a href="#">Where to Stay</a></li>
            </ul>
          </nav>
        </header>
        <div id="hero">
          <article>
            <h2>Be Where It’s At</h2>
            <p>San Francisco is one of the most exciting and vibrant cities on the planet. Bayside Beat is here to keep you informed of the best places to see, where to eat, what to do, and where to lay down your weary head after an action-packed day—or night—on the town.</p>
          </article>
        <img src="images/golden_gate.jpg" alt="Golden Gate Bridge in San Francisco Bay"/>  </div>
        <article id="main">
          <h2>Riding the Cable Cars</h2>
          <p>No visit to San Francisco is complete without a ride on the iconic cable cars that climb up the vertiginous hills of the city. Of the twenty-three lines established between 1873 and 1890, three remain: two routes from downtown near Union Square to <a href="http://www.fishermanswharf.org/">Fisherman's Wharf,</a> and a third route along California Street.</p>
          <p>The cable cars rely on cables running constantly beneath the road’s surface. The driver—or gripman—uses a lever to grip the cable to pull the car and its passengers up the hill. The gripman requires not only great strength, but also great skill. He needs to know where to release the cable to coast over crossing cables and points. The conductor works in close cooperation with the gripman, operating the brake at the rear of the car to prevent it from running out of control on the downward slopes.</p><figure class="centered"><img src="images/cable_car1.jpg" width="400" height="266"  alt=""/>
            <figcaption>The cable car terminus near Union Square.</figcaption></figure>
          <p>Although the cable cars are now mainly a tourist attraction, they’re still used by local commuters to get to and from work. The California Street line is particularly popular among commuters on weekdays.</p>
          <h2>
            Cable Car Tips
          </h2>
          <p>A single ride on a cable car costs $6. If you plan to travel around the city, it’s often cheaper to buy a Muni Passport, which gives you unlimited rides on San Francisco’s extensive public transport system, including the cable cars (but not the BART subway system). Even a single-day passport ($14) will save you money if you make a return trip, and stop off to visit Chinatown one way.</p>
          <p>There are often long lines at the cable car terminus, particularly on the Powell-Mason and Powell-Hyde routes. If you don’t want to wait, try walking a few stops along the route. The conductor usually leaves a small number of places to pick up passengers on the way. The California Street route is generally less crowded (but not as spectacular).</p>
        </article>
        <article id="sidebar">
          <h2>Links:</h2>
          <p>Fisherman’s Wharf<br>
            http://www.fishermanswharf.org/</p>
          <p>Muni Passport<br>
          http://www.sfmta.com/cms/mfares/passports.htm</p>
          <p>Bart Subway<br>
            http://www.bart.gov/</p>
        </article>
        <footer>
          <p>&copy;<strong> Copyright 2013 Bayside Beat</strong>.</p>
        </footer>
      </div>
      </body>
    </html>

    You have an open tag on line 19:
    <script src="http://use.edgefonts.net/source-sans-pro:n6:default.js" type="text/javascript">
    needs to be
    <script src="http://use.edgefonts.net/source-sans-pro:n6:default.js" type="text/javascript"></script>
    or the entire page will be treated as a javascript....

  • Urgent help with Index page needed

    Can anyone help? I use Dreamweaver 8 to modify and update my
    work's website and I've come across a very strange problem that I
    haven't seen before. I amended a news page, entitled 'news.html'
    and uploaded it as normal last week. I also put a few new pictures
    on the index page and did the same. It was fine at that point,
    however having looked at the page four days later, the news page
    now shows as the home page when you visit the site. It isn't
    calling itself the index page as the browser still shows as the
    page as 'news.html'.
    But the strange thing is, when you first go to the site or
    click the homepage from an internal page, you get a very quick
    glimpse of the original index page before the news page replaces
    it. Almost overwrites it.
    VERY confused. Have tried re uploading the index page and am
    running out of solutions. Any help most welcome.

    On Wed, 21 Feb 2007 11:54:52 +0000 (UTC), "Rach JH"
    <[email protected]> wrote:
    >Can anyone help? I use Dreamweaver 8 to modify and update
    my work's website and
    >I've come across a very strange problem that I haven't
    seen before. I amended a
    >news page, entitled 'news.html' and uploaded it as normal
    last week. I also put
    >a few new pictures on the index page and did the same. It
    was fine at that
    >point, however having looked at the page four days later,
    the news page now
    >shows as the home page when you visit the site. It isn't
    calling itself the
    >index page as the browser still shows as the page as
    'news.html'.
    >
    > But the strange thing is, when you first go to the site
    or click the homepage
    >from an internal page, you get a very quick glimpse of
    the original index page
    >before the news page replaces it. Almost overwrites it.
    >
    > VERY confused. Have tried re uploading the index page
    and am running out of
    >solutions. Any help most welcome.
    URL?
    Win
    Win Day, Wild Rose Websites
    http://www.wildrosewebsites.com
    [email protected]
    Skype winifredday

  • Webmail link on default index page is not showing up

    I am using the main index.html for testing purposes.
    I have wikis, blog, calendar, and mail all enabled in sites/webservices, as well as configure server side mail rules.
    When I go to the default web site (changed to https/ssl) I only show My Page, Wikis, Blogs, and Mail Rules as the services that are "on". https://mysite.domain.com/webmail still works.
    How do I get the mail service to register?
    Here is the error in webserver.error_log: File does not exist: /Library/WebServer/Documents/collaboration-availability, referer: https://mysite.domain.com
    Here is a clipping of the default index.html.
    <script type="text/javascript" charset="utf-8">
    // only hide services on load if JS is enabled
    document.getElementById('services').className = 'services loading';
    </script>
    li>a href="/webmail/" name="/collaboration-availability/webmail/" class="service" id="service-webmail">
    Mail
    Send and receive email wherever you are.
    Log In
    li>a href="/webcal/" name="/collaboration-availability/webcal/" class="service" id="service-webcal">
    Calendar
    Synchronize with iCal and manage your schedule.
    Log In
    li>a href="/updates/" name="/collaboration-availability/updates/" class="service" id="service-updates">
    My Page
    Track real-time updates for all wikis and blogs.
    Log In
    li>a href="/groups/" name="/collaboration-availability/groups/" class="service" id="service-groups">
    Wikis
    Collaborate with online document creation, editing, and comments.
    View All
    li>a href="/users/" name="/collaboration-availability/users/" class="service" id="service-users">
    Blogs
    Publish text, pictures, and podcasts in an online journal.
    View All
    li>a href="/emailrules/" name="/collaboration-availability/emailrules/" class="service" id="service-emailrules">
    Mail Rules
    Automate and manage email using rules you create.
    View
    li>a href="/changepassword/" name="/collaboration-availability/changepassword/" class="service" id="service-changepassword">
    Change Password
    Access all your web services with a single password you choose.
    View
    li>a href="/podcastcapture/" name="/collaboration-availability/podcastcapture/" class="service" id="service-podcastcapture">
    Podcast Capture
    Capture and upload QuickTime movies to Podcast Producer.
    View
    Any ideas?
    Message was edited by: CLWolf (I took out the < in front of li and a html)

    If you take a look at the javascript file that sets up the services for the index page:
    /collaboration/javascript/serverhome.js
    The webmail service icon isn't shown if the wiki is turned on - regardless of whether webmail is enabled. The rationale is that there is a link to webmail in the mypage header.

  • Problem in XI index page display

    Hello ,
    I have problem with SAP XI Index page.
    when i am opening this using sxmb_ifr it is opening browser but index page is not getting displayed.Giving error page cannot be displayed.
    Is there some configuration needs to be done.
    Let me know what could be a possiblity.
    regards,
    Vikrant

    Thanks Udo n Prateek.
    @Prateek i have made all required entries in Host file.
    @Udo : yes we are using proxy server setting.As suggested i have made changes but still it is not working.But we have one more Xi server where i can reach Index page.I dont know is there a problem with configuration or setting for index page in basis side.I dont know its justa guess.
    If anyone have idea please put your inputs i will be thankful.

  • Muse created index page not available on BC

    I'm creating a website on Muse and have published it as a temporary file to BC.  All pages, files, images, etc. are there except for my index page! I have published and re-published multiple times and still can't find it on my page list.  Another strange thing is there are no site management features, (i.e., modules, templates, etc) to use on my admin panel.  I would really appreciate any help for the community.
    Thank you!

    I'm not sure why you would think I don't have access to that. I'm an Adobe Cloud member and as such I can process five websites through BC.  Anyway, I've already used the BC admin panel for a couple of sites I was fooling around with in order to get the hang of things.  The other two, as the one I'm writing about, were also created in Muse and published as temporary sites on BC. This is the site address: http://sassanoassociates.businesscatalyst.com/
    Here is the admin panel link:  http://sassanoassociates.businesscatalyst.com/AdminConsoleXT/#dashboard
    I intend on publishing the site through BC as I have a right to do.
    As for my questions, there are three issues now with this one site.
    1. The index (home) page is not publishing from Muse to BC - the others are.
    2. There is no way to access the site management elements such as 'content holders' and 'module templates'.
    3. Having problem with the  'Services' page.  It was working ok until I added some html blocks (in Muse).
    I'm very frustrated as I have attempted to find answers to these problems to no avail.  I realize that I am probably not doing something or should have done something in order to make this work, however, I'm not new at designing sites and it's very difficult when working with a new platform to not be able to find answers.
    I have committed to publishing this site within a week for my client. I would really appreciate some guidence with this situation as quickly as possible.
    I'm pasting a copy of one of the other sites which I created exactly the same way and has all the management elements and features right there.  I need my admin panel for the site in question to look like that!!
    My account email is [email protected]
    Thanks.

  • Not opening the index page of WAS(web application server)

    Dear All,
    I have installed ABAP Stack and Java Stack. After installing I have tested WAS (Web application server) is working or not by giving http://localhost:50100/ in browser, but getting the error says "page can not be displayed" instead of opening index page.
    Kindly share it if you have any idea regarding this.
    While installing Java Stack, I got the following error while installing MAXDB (phase 9 which is "Install database server software" of 32).
    ERROR 2007-05-17 17:46:02
    MDB-07020 The database installer reported an error. Some database applications are probably still running. Check the log file sdbinst.log.
    So, I have uninstalled MAXDB and continued Java Stack installation. Uninstallation of MAXDB could cause this problem or somthing else ..
    could u please let me know if anyone has any idea...regd this
    Kishore.

    Hi Kishore,
      On your server, please open Management Console MMC (Start -> Programs -> SAP Management Console), and if your system is not shown with the green light, right click it and select Start.
      Also, can you please confirm that the instance number of your J2EE engine is 10.
    Best regards,
    Laziz

  • Help with .swf Load on Index Page

    Hello,
    My website has a flash component on the index page.
    I would like to ask for some help regarding the initial load of the .swf file.
    What is happening is when one first sees the homepage, the area where the .sfw file is located is just a large white blank area until the flash become active.
    Is there a way to have an image from the start, then load the larger flash animation so the white blank spot does not appear?
    I ask my html coders if this could be done through html with an image say in the background and was told it is not possible.
    Here is the site - www.metroplexmultimedia.com
    Thanks for your help!

    A follow-up on the same issue.
    I am still having some issues with an swf file on the index page.  Any more help would be appreciated.
    What I would like is two-fold:
    1) The viewer to see the first screen of the .swf as soon as possible
    2) The four screens in the .swf to scroll to the next screen automatically every 5 seconds or so.  (right now they only change when you hover over a button)
    Is it is possible to program the swf file to auto scroll through the four slides, retain the button functionality and keep the Flash timeline short?
    Maybe CSS might be a better appraoch for this functionality?
    If I could ask, what do you think?
    Is it possible to do this in Flash or is CSS really the only way?
    Thanks,

  • Changing .index page

    Can i change the .index page to another name and the slide show will still work?

    Can i change the .index page to another name and the
    slide show will still work?
    As Apnewbie mentions, you can change the names of your pages to anything you'd like while avoiding the use of certain "special" characters. Just make sure that you make the changes INSIDE iWeb and then republish your site. You can't simply change the file names in the published sitefolder. That will definitely break things.

  • Why does google chrome display my website's index page as a blue pg

    why does google chrome display my website's index page as a blue pg

    If you still got a issue, report it on this website. With the steps you follow + screenshot.
    Few mounth ago I have to this problem with my accompagnatrici website
    Go here and this page help you!
    http://code.google.com/p/chromium/issues/list
    Cheers

  • Anchors on index page in Muse 2014 freeze scrolling once clicked.

    Hi everyone,
    On my index page I have two anchor points with arrows that link to those anchors. Once clicked, they take me to the right spot (and smoothly), but once the page has scrolled to the anchor point, I am no longer able to scroll up or down. I do not encounter this problem on other pages of my site.
    My index page: http://www.mdusault.com/
    Try clicking on the red arrow. It takes you down nicely, but then doesn't allow you to scroll anymore.
    On another page (not index page): Fading Lives
    Click on "More Info", it takes you down and still allows you to scroll afterwards.
    Any help? Is there a way to fix this issue?
    Thanks for your help,
    M

    Replied here :
    Muse CC 2014 Slideshow Horizontal Scrolling Thumbnails (Possible?)

  • Hide everything apart from my index page for websearch

    hello i currently have a robots.txt file in my site to dissalow everything because google was indexing thing like my flash buttons, but now i am barely noticed  by the googlebots and am only on the fouth page of a search...
    what can i do to hide everything apart from my index page and the index keywords / page title description etc??
    Thanks so much for the genuis that can help to solve my headache!!
    much appreciated

    Hi Martin
    The problem with the htaccess method is that not everyone has access to their ht.config files (shared hosting), as for the robots.txt file this tends to hide everything, even pages that are not included (and is still readable by anyone who links to it, often used by hackers).
    As for the meta tags, yes you can use them, but Google (to name just one), is starting to ignore all meta info (started with keywords, now they are considering not using anything, except page title), and we can only blame the designers/developers who place everything in these tags for this, as much of what was inserted was not relevant to the page.
    The best method is the nofollow as even if it is followed the results will not be used (so they say), but to ensure that a page is not indexed, the only 100% certain way is not to have a link, even generating links dynamically no longer works, as dynamic pages are now parsed before searching.
    PZ

  • Unable to access java web application index page on Weblogic server 10.3.6

    Hi,
    I have deployed a Web application on Weblogic server.
    My war file is very basic with just a index page.
    I am able to deploy & access its index page properly in OC4J ( applicaton server on soa suite 10g ) and apache tomcat.
    But when i deployed same war file in weblogic am not able to access its index page, Getting below error:
    Error 503--Service Unavailable
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    *10.5.4 503 Service Unavailable*The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay. If known, the length of the delay may be indicated in a Retry-After header. If no Retry-After is given, the client SHOULD handle the response as it would for a 500 response.
    status=Prepared, Consolidated State=Prepared, Target-Specific State= Prepared.
    what does Prepared indicates here?*
    Adminserver.log prints blow log when i try to access the index page
    ####<Dec 26, 2012 8:27:17 AM GMT> <Warning> <netuix> <soa-app-dev-01.am.health.ge.com> <AdminServer> <[ACTIVE] ExecuteThread: '21' for queue: 'weblogic.kernel.Default (self-tuning)'> <501226496> <> <9b375c7445d8c121:79ee4f70:13bc880be7a:-8000-0000000000000209> <1356510437306> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=WebAppApplicationOverviewPage&WebAppApplicationOverviewPortlethandle=com.bea.console.handles.AppDeploymentHandle%28%22com.bea%3AName%3D*Weblogs*%2CType%3DAppDeployment%22%29.>
    My Deployment descriptors are as below:
    Web.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
    <display-name>Weblogs</display-name>
    <welcome-file-list>
    <welcome-file>index.html</welcome-file>
    </welcome-file-list>
    <servlet>
    <description></description>
    <display-name>SOA11gLogServlet</display-name>
    <servlet-name>SOA11gLogServlet</servlet-name>
    <servlet-class>com.ge.healthcare.soa.logs.SOA11gLogServlet</servlet-class>
    </servlet>
    </web-app>
    ==================================================================
    weblogic.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <wls:weblogic-web-app xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.3/weblogic-web-app.xsd">
    <wls:weblogic-version>10.3.6</wls:weblogic-version>
    <wls:context-root>/Weblogs</wls:context-root>
    </wls:weblogic-web-app>
    ==================================================================
    Please help me to resolve the issue,its bit urgent.Let me know in case of anything else required to check and verify.
    Thanks in advance.
    Regards,
    Rahul Aahir
    Edited by: 978673 on Dec 26, 2012 4:22 PM
    Edited by: 978673 on Dec 26, 2012 4:32 PM

    In weblogic 10.3.6, when you deploy using console, you have to click on start button which appears in Deployments page.
    Your weblogic.xml file should be as below:
    <?xml version="1.0" encoding="UTF-8"?>
    <wls:weblogic-web-app xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.3/weblogic-web-app.xsd">
    <wls:weblogic-version>10.3.6</wls:weblogic-version>
    <wls:context-root>/logs</wls:context-root>
    <container-descriptor>
    <index-directory-enabled>true</index-directory-enabled>
    </container-descriptor>
    <virtual-directory-mapping>
         <local-path>/opt/oracle/logs</local-path> (as per your path)
         <url-pattern>/logs/*</url-pattern>
         <url-pattern>*.log</url-pattern>
    </virtual-directory-mapping>
    </wls:weblogic-web-app>

  • Rediect particular URLs to index page

    Hi,
    From Apache1.3, I have to redirect all the URLs coming from port http://mydomain.com:9001/servlet/* to a index page (index.html).
    I tried giving "Redirect" directive under mod_alias
    Redirect /servlet http://mydomain.com:9001/index.html
    but it is looking for http://mydomain.com:9001/index.html/* and is not redirecting it to the file. How can I do this.

    Allie,
    Can you tell me how you figured out how to have one index page link to a 2nd index page like the california example you described?
    I am trying to do exactly that but layout is not happening the way I would like so i think I am doing something wrong
    Thanks
    Patrick

Maybe you are looking for