FF keeps appending "install/index.php" to url

I am trying to install phpBB, and set it up with MySQL and apache on Windows XP. I downloaded a troubleshooting SDK from phpBB.com to troubleshoot the installation, but every time I try to enter the folder ('''''c:\servername\phpbb3\sdk''''') Firefox keeps appending "install/index.php" so it becomes c:\servername\phpbb3\sdk\'''install\index.php''' EVERY time I try to enter the URL in parentheses. There is no "install/index.php" in the folder I am trying to access via Firefox. No matter what I do, it keeps doing it - it won't let me access the correct folder!

I am trying to install phpBB, and set it up with MySQL and apache on Windows XP. I downloaded a troubleshooting SDK from phpBB.com to troubleshoot the installation, but every time I try to enter the folder ('''''c:\servername\phpbb3\sdk''''') Firefox keeps appending "install/index.php" so it becomes c:\servername\phpbb3\sdk\'''install\index.php''' EVERY time I try to enter the URL in parentheses. There is no "install/index.php" in the folder I am trying to access via Firefox. No matter what I do, it keeps doing it - it won't let me access the correct folder!

Similar Messages

  • After update Firefox keeps returning a "Gone The requested resource /administrator/index.php is no longer available" reponse when trying to access joomla login

    After automatic update to 32.2 (then I tried to update to 33.0 beta with no improvement) Firefox keeps returning a "Gone The requested resource /administrator/index.php is no longer available" reponse when trying to access joomla login. The problem is there even when I fill manually the fileds "user" and "password" in the joomla admin login page. The problem appears in different sites on different servers, and do not occurr using Google Chrome. It's clearly a Firefox issue. Could you please give me some ideas on how to solve ?

    Works here.
    *http://www<i></i>.centrostellapolare<i></i>.it/administrator/index<i></i>.php
    Try to disable IPv6 (check for other possible causes as well).
    *http://kb.mozillazine.org/Error_loading_websites

  • Apache does not find index.php if not explicitly stated in URL

    I have googled for long over this (mod_dir ?) problem without success:
    My Apache is configured such that it fails to open this link (without trailing slash):
    http://bioinfo.tg.fh-giessen.de/cancer
    However, it manages to open if the trailing slash or the full path is given:
    http://bioinfo.tg.fh-giessen.de/cancer/
    http://bioinfo.tg.fh-giessen.de/cancer/index.php
    (But one directory above this is not a problem, both
    http://bioinfo.tg.fh-giessen.de/
    http://bioinfo.tg.fh-giessen.de
    are resolved. ???!)
    The relevant settings in httpd.conf is given below. Anybody ?
    <Directory >
    Options Indexes FollowSymLinks
    Allow from All
    Order Allow,Deny
    AllowOverride All Options
    </Directory>
    <IfModule mod_dir.c>
    DirectoryIndex index.html Einfuehrung.html index.php
    </IfModule>

    No need to put it within the <ifmodule mod_dir>
    Just slap this at the verry bottom of httpd.conf after every other part of the code!
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php-source .phps
    DirectoryIndex index.html index.php
    and bob's your uncle and maybe your farther too

  • Getting No input file specified. in php with index.php

    I just installed on a server (soalris10/u6 sparc) Web Server 7.0u4 (upgraded from u3), and I am now getting "No input file specified." for any php doc root, I now have to type the full path to get the main page.
    I am using the php part of the Sun coolstack 1.3.1 and it used to work fine with web server 7.0 u3, but now after the upgrade its not loading index.php
    for example I am going to http://server.domain.com/wiki used to work by loading index.php, but now I have to type the full index... http://server.domain.com/wiki/index.php?title=Main_Page
    Any help is appreciated.

    If you're not currently using a php.ini, you can pass the parameter to PHP via your FastCGI configuration. Something like:
    Service fn=responder-fastcgi
            app-path="/export/WS7/third-party/php/php_fcgi"
            bind-path="$(lc($urlhost))"
            req-retry=5
            type="*magnus-internal/fastcgi*"
            app-env="PHPRC=/export/WS7/fooBaz/config"Now place a file called php.ini in /export/WS7/fooBaz/config and make sure that the UID Web Server is running as has permission to read it.
    Common syntax is KEY = Value. An example would be:
    cgi.fix_pathinfo = Off
    session.bug_compat_42 = Off
    session.bug_compat_warn = Off
    magic_quotes_gpc = Off
    memory_limit = 128M
    post_max_size = 128M
    upload_max_filesize = 128M
    fastcgi.logging = true

  • 'unable to connect' and 'localhost' and index.php and dreamweaverCC

    Hi. 
    I am developing a Web Site and index.php is my point of entry.
    Document Root Library/WebServer/Documents
    so my path is: Library/WebServer/Documents/dwwdSite
    httpd.conf file is modified to add index.php  and have it listed first.
    <IfModule dir_module>
    DirectoryIndex   index.php   index.html
    <IfModule>
    Troubleshooting:
    I was using Netbeans IDE and when I ran index.php it opened in the browser.
    When I launched 'any' of my index.php files from Netbeans IDE, they opened correctly in the brower
    I am now using DreamweaverCC and when I run the index.php Error Message ' Unable to Connect'.
    For the last 2 days I have been working on this and I am completely stuck.
    This morning I thought of another way to test the 'unable to connect' error.
    I decided to copy this same file into Netbeans IDE and I NOW get the same Error Message ' Unable to Connect'
    when running index.php from Netbeans.
    Somehow, my settings are not correctly configured anymore.
    Here are my screenshots from Dreamweaver > manage sites.
    I believe that this is a rather simple fix that I am somehow not seeing.
    Maybe some can spot some mistake.
    I appreciate your help and explanation.

    Site window settings.
    Site Name: dwwdSite
    Local site folder: /Library/WebServer/Documents/dwwdSite
    Server window settings.
    Server Name: testing Server
    Address: Macintosh HD/Library/WebServer/Documents/dwwdSite
    Connect using: Local/network
    Testing: yes (checked)
    Server folder: /Library/WebServer/Documents/dwwdSite
    (I also tried this: Server folder: /Library/WebServer/Documents)
    Web URL: http://www.localhost/dwwdSite
    Server Advanced tab: (within server window settings)
    Testing server: PHP MySQL
    Advanced Settings window.
    Local info: Web URL: http://www.localhost/dwwdSite
    Enable cache: yes (checked)

  • Installing Apache2/PHP/MySQL on MacBook

    I want to install and run Apache 2, PHP and MySQL on my MacBook. I tried using the binary packages available on the serverlogistics.com site mentioned in the Apple KB article I found, but, they are outdated and don't seem to work with Tiger. When I try adding the Apache PrefPane provided, for example, OSX tells me it can't open it and to contact the developer for a newer version (which isn't available).
    Is it possible to install this software on a MacBook running Tiger? Is there something else I need to do first to make this work?
    Thanks.

    To use PHP then you will need to enable the PHP module by changing the httpd.conf file. To do this open Terminal and then type sudo pico /etc/httpd/httpd.conf and press enter (if it is the first time you use sudo then you will get a warning about this). Enter your administrator's password. Search for the line #LoadModule php4_module (about line 240) and remove #. Then look for the line #AddModule mod_php4.c (about line 284) and remove the #.
    If you want the index.php file to have precedence over index.html search for <IfModule mod_php4.c> (it should be about line 1079) and change DirectoryIndex index.html index.php to DirectoryIndex index.php index.html.
    <hr>
    Could you give me some more background information on this? The command "LoadModule php4_module libexec/httpd/libphp4.so" - where is this libphp4.so located? Is it a file located somewhere on the hard disk? What about AddModule mod_php4.c?
    The reason I'm asking is because I've recently installed PHP 5.1.6 which seems to have gotten installed in /usr/local but I am curious as to where the PHP 4 installation is and to make sure that I've not corrupted version 4 whilst installing version 5.
    Mac mini   Mac OS X (10.4.7)   core duo (early 2006)

  • Index.php loading issue

    I finished and uploaded a new site in .php.
    I  have a graphics loading issue only with IE.
    The js  accordion with images will not reload after returning to the home page.
    Anyone out thier that can shed some light on this?
    http://carpetcleaningsantabarbarapro.com/index.php
    Thank you in advance
    Crissymarie

    Ken might be on to something.  The current release of jQuery is 1.7.2 which is compatible with jQuery Cycle.
    For the latest core library, you can link to jQuery's CDN like so:
              <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
    You have some improperly nested <h3> tags around your lists on lines 170 and 191.  To keep your code error free, simply delete the heading tags.
    Finally, as a courtesy to your site visitors, consider adding a cookie so people don't have to watch the Flash Spokesperson every time they go to your home page.   The link below shows how:
    http://alt-web.com/DEMOS/cookie-test-show-hide-flash-intro.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Index.php not being pulled up after update

    So i updated Apache and PHP, and updated the Apache config removing everything i was told to (Which i believe are 5 modules) Then added in 1-2 modules after that as well as added a line to the include section (All this was from the LAMP Wiki which is where i was told to check for the new method)
    When i go to localhost it shows a /srv/http as a directory instead of loading my index.php, however if i click on index.php it loads it with no issue, so PHP is fine, im just assuming Apache doesn't understand how to use PHP and i forgot a step or missed a step, i've re looked over and over and cant find anything out of place, so i just want to know if maybe there was a different document i should have read which included a step i may have missed from following the Wiki
    Any suggestions are welcome
      ~Kitkin15

    Yea i had everything working, and with the modules i removed i actually just commented them out after the update. (Can't post till i find all my files, read below)
    And where do i edit that at? I tried looking under /etc/apache/httpd.conf but /etc/apache doesn't exist.... /etc/apaghe-ant/ does however.
    I'm really confused because i opened the file 2 days ago and I did a few updates since and PHP and Apache updated, so did they change the directory?
    Also, i installed Apache via pacman and not AUR. I even double checked to make sure i didn't do it a few months back.
    Last edited by Kitkin15 (2014-03-30 05:46:18)

  • Two WP themes in Dwvr -root level index.php issues

    If someone could point me in the right direction. I had been editing a wordpress theme based on Brian Wood's tutorial. Now I set up a new Dwvr site and want to edit a different theme, but the root- level index.php and the theme level index.php or that custom home.php still reflect the old theme when I try to view it at //localhost. I have WordPress installed in my root-level folder. Do I need to change the file structure, or is this a database configuration issue? Thank you.

    I understand child themes as an extention of a stylesheet. It's the div structure, and the ability to manipulate divs that just isn't clear in WordPress. If I'm not mistaken, it seems that templates are more or less includes, and that there is overlap between them, and the div architecture throughout the entire theme. The tutorial link from Nancy is newer to me, in terms of applying thematics, I'll have to look at it in greater detail some other time. Is the tutorial: http://www.adobe.com/devnet/dreamweaver/articles/dw_wordpress_pt1.html just very outdated? I like doing things in Dreamweaver, if I can, just for fun.
    Update: So a child theme can manipulate the structure of a theme, but generally within the limitations of that theme. For example, the twenty-twelve theme allows for a number of columns, which I can manipulate based on my choice, and the child theme. I am guessing it would be ludicrous to do something completely different from the general structure of that theme though. In that case I would look for a theme similar to what my end goal is, or then I would have to be an expert. Still wondering about that Adobe tut. though.

  • Check links sitewide - does it recognize / as index.php?

    I am attempting to run 'check links sitewide' via dreamweaver cs4.  It is reporting lots
    of proken links that are really address that end in a / which I thought the Dreamweaver should recognize to find my index.php files.
    Please see the first items in my broekn links report.
    Broken Links:
    index.php /usr/local/apache/REX/rex_parser.php
    index.php topics/index.php#z
    index.php programs.php
    index.php /forms/onlineordering/
    index.php /images/slides/h1n1ceremony.jpg
    index.php /emergency/flooding/about/drinkingwater/
    index.php /emergency/flooding/about/cleaning/
    index.php /healthrisks/mold/
    index.php /emergency/flooding/for/firstresponders/
    index.php /emergency/flooding/for/foodestablishments/
    index.php emergency/flooding/for/atrisk/
    index.php /emergency/flooding/for/providers/
    index.php /emergency/flooding/for/homeowners/
    index.php /forms/onlineordering/
    Thanks for any assistance with this.
    Angela

    Hi Nancy,
    Thank you for this answer. Yes, understand.
    I wasn't clear in my question....
    The orphaned files are not found, and the URLs panel is not showing absolute links i know are on the site.
    Do you think something is wrong and I should reinstall DW?
    'Check links', used to identify any files in the local folder that were no longer linked to any html pages.
    And the URLs panel, should, i think, identify any absolute links on the local site.
    Is that correct?
    Warmly,
    Hope

  • I keep trying to load firefox 6 and keep getting this error - The requested URL /cse?cx=partner-pub-3540673482024757:xbhdw8hkfz5&ie=ISO-8859-1&q=&sa=Search was not found on this server. That's all we know. in English

    I keep trying to load firefox 6 and keep getting this error - The requested URL /cse?cx=partner-pub-3540673482024757:xbhdw8hkfz5&ie=ISO-8859-1&q=&sa=Search was not found on this server. That’s all we know. in English

    Bookmark and use this;
    Download the '''[https://addons.mozilla.org/en-US/firefox/addon/searchreset/ Mozilla Search Reset]''' {web link}
    This add-on is very simple: on installation, it backs up
    and then resets your search preferences and home page
    to their default values, and then uninstalls itself. This
    affects the search bar, URL bar searches, and the home page.
    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/viruses/disinfection/5350 Anti-Rootkit Utility - TDSSKiller]
    * [http://general-changelog-team.fr/en/downloads/viewdownload/20-outils-de-xplode/2-adwcleaner AdwCleaner] (for more info, see this [http://www.bleepingcomputer.com/download/adwcleaner/ alternate AdwCleaner download page])
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • When I try to click on a download link for a .pdf file Firefox does not recognize the MIME type and tries to download the file as "index.php"

    When visiting a site I frequent I tried to download a linked .pdf file. Previously I've used Firefox 7.0.1 to download the link with no problem. Using Firefox 8 however I the browser does not recognize the .pdf link's mime type. Instead of recognizing the download link as a .pdf file Firefox 8 tries to download it as "index.php". Firefox 8 does this with .doc files and .txt files as well. When I downgrade to 7.0.1 again the problem disappears.

    Hi hakmacpace,
    I'd try starting Firefox in [[Safe Mode]]. If you don't have the issue while all of your add-ons, extensions, and themes are disabled, you can try adding them back in one by one until you find the culprit. You should look at the [https://support.mozilla.org/en-US/kb/Troubleshooting-extensions-themes Extensions and Themes troubleshooting guide ] and the [[Troubleshooting plugins]] article as well.
    You could also try [https://support.mozilla.org/en-US/kb/Managing-profiles?s=create+a+new+profile&r=2&e=es&as=s#w_creating-a-profile Creating a new profile].
    Hopefully this helps!

  • 'unable to connect' and  index.php

    Hi. 
    I am developing a Web Site and index.php is my point of entry.
    Document Root     Library/WebServer/Documents
    so my path is:       Library/WebServer/Documents/dwwdSite
    httpd.conf file is modified to add index.php  and have it listed first.
    <IfModule dir_module>
    DirectoryIndex   index.php   index.html
    <IfModule>
    Troubleshooting:
    I was using Netbeans IDE and when I ran index.php it opened in the browser.
    When I launched 'any' of my index.php files from Netbeans IDE, they opened correctly in the brower
    I am NOW using DreamweaverCC and when I run the index.php Error Message ' Unable to Connect'.
    For the last 2 days I have been working on this and I am completely stuck.
    This morning I thought of another way to test the 'unable to connect' error.
    I decided to copy this same file into Netbeans IDE and I NOW get the same Error Message ' Unable to Connect'
    when running index.php from Netbeans.
    Somehow, my settings are not correctly configured anymore.
    Here are my screenshots from Dreamweaver > manage sites.
    I believe that this is a rather simple fix that I am somehow not seeing.
    Maybe some can spot some mistake.
    I appreciate your help and explanation.

    Hi Sudarshan.
    You have been very kind and very clear in your explanation.
    One of the very best that I have ever communicated with on this forum !
    I have checked many, many things.
    I wanted to make certain that I killed apache and restarted it.
    I do not think it is RUNNING at all.
    1.
    myNameMacBookPro:~ myName$ pwd
    /Users/myName
    2.
    myNameMacBookPro:~ myName$ ps -ax | grep http
    1892 ttys000    0:00.00 grep http
    3.
    myNameMacBookPro:  myName$ hostname
    local
    4.
    myNameMacBookPro:etc myName$ cd apache2
    reginaMacBookPro:apache2 myName$ ls
    extra            httpd.conf.pre-update    mime.types        other
    httpd.conf        magic            original        users
    5.
    myNameMacBookPro:apache2 myName$ sudo nano httpd.conf
    myNameMacBookPro:apache2 myName$ sudo apachectl -k restart
    Syntax error on line 1 of /private/etc/apache2/users/myNameBU.conf:
    Invalid command '{\\rtf1\\ansi\\ansicpg1252\\cocoartf1187\\cocoasubrtf370', perhaps misspelled or defined by a module not included in the server configuration
    httpd not running, trying to start
    myNameMacBookPro:apache2 myName$
    6.
    The above code may be a hint at part of the problem.
    I created myNameBU.conf   as a backup when I was editing the file.
    QUESTION.  Why is /private/etc/apache2/users/myNameBU.conf:
    being referenced above ?
    7.
    I scanned my ports from preferences and found these two which I believe are what you stated they should be.
    port 80 is html
    port 8080 is html-alt
    8.
    I have modified this line and tried it both ways restarting apachectl each time.
    AllowOverride None
    AllowOverride All
    9.
    And here is a part of my httpd.conf.
    excerpts.
    httpd.conf
    # User/Group: The name (or #number) of the user/group to run httpd as.
    # It is usually good practice to create a dedicated user and group for
    # running httpd, as with most system services.
    User _www
    Group _www
    # DocumentRoot: The directory out of which you will serve your
    # documents. By default, all requests are taken from this directory, but
    # symbolic links and aliases may be used to point to other locations.
    DocumentRoot "/Library/WebServer/Documents"
    # Each directory to which Apache has access can be configured with respect
    # to which services and features are allowed and/or disabled in that
    # directory (and its subdirectories).
    # First, we configure the "default" to be a very restrictive set of
    # features.
    <Directory />
        Options FollowSymLinks
        AllowOverride None
        Order deny,allow
        Deny from all
    </Directory>
    10.
    I took a look at this too.
    usr/bin
    #path to httpd binary including options if necessary
    HTTPD = "usr/sgin/httpd"
    # pick up any environmental variables if test - f /usr/sbin/envvars; then ./usr/sbin/envvars
    fi
    STATUSURL = "http://localhost:80/server-status
    11.
    Just a reminder.
    I started writing .php scripts with Netbeans IDE.
    The programs ran:  I got output in the brower.  Things worked just fine !
    I started writing .php scripts with DreamweaverCC.
    The programs NEVER ran.
    I have always gotten 'Unable to Connect"
    Firefox/Safari can't establish a connection to the server at localhost.'
    12.
    QUESTION.
    At one point I was on the phone with a member of the Adobe Technical Support Team.
    They connect to my desktop (only) remotely.  I am very cautious about this.
    Could something have been inadvertently changed when they did this ?
    They do need to connect through a PORT - yes ?
    This is very frustrating and I am loosing days of work.
    I want to get back to Web Development
    I love Adobe products but this should not be such a huge obstacle.
    When I called Technical support (after much troubleshooting individually and on this forum)
    the fellow told me that the ONLY support FTP - not LOCALHOST.
    This makes no sense.  People develop 'locally' then put it ftp it in the production stage.
    Again, I appreciate your assistance.

  • I just installed the yahoo messenger. Every time I do that my extensions go missing. How do you fix this instead of having to keep re installing firefox?

    I just installed the yahoo messenger. Every time I do that my extensions go missing. How do you fix this instead of having to keep re installing firefox?

    hello, this sounds like the files in your [[Profiles|profile folder]] that store the information about your extensions might have become corrupted. please go to ''firefox > help > troubleshooting information > profile - show folder...'' then windows explorer should open up your profile folder. in there look for the files named extensions.ini, extensions.sqlite, extensions.sqlite-journal (and in some cases also extensions.txt, extensions.rdf). delete or rename those files and quit firefox, they will be regenerated the next time you launch firefox.
    also see [https://support.mozilla.org/en-US/kb/Unable%20to%20install%20add-ons#w_corrupt-extension-files Corrupt extension files]

  • Why does acrobat reader 10 keep re-installing even though acrobat pro 11 installed

    I have Acrobat Pro 11 installed, and even though I keep uninstalling (Windows 7, Programs and Features) Acrobat Reader 10, it keeps re-installing it.
    How to I stop this from happening?

    No, acrobat pro isn't doing it, it looks like updater is doing it.  It's as if updater still thinks acrobat reader 10 is installed and tries to update it for me.
    And yes I am on a corporate network, but there are no 'AD policies' in place to install reader or update it.  And other users with Pro on their system don't have this issue.

Maybe you are looking for