Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

when I type localhost in my urlbar firefox appends /xampp to it and gives a 404 I do not use xampp help please

  • 4 件の返信
  • 1 人がこの問題に困っています
  • 3 回表示
  • 最後の返信者: ljearwood

more options

I use Apache2.2 with PHP not xampp, however firefox appends the /xampp to the urlbar when I type localhost, I can type the exact address in the urlbar and it works but this really bothers me. I used xampp at one time but found I did not like it, so I uninstalled it and reinstalled Apache and php from their respective zip files. This just started happening

I use Apache2.2 with PHP not xampp, however firefox appends the /xampp to the urlbar when I type localhost, I can type the exact address in the urlbar and it works but this really bothers me. I used xampp at one time but found I did not like it, so I uninstalled it and reinstalled Apache and php from their respective zip files. This just started happening

選ばれた解決策

Hmmm, I still think it's most likely a redirect from the server. Is there an index.php that could contain a Location header?

Can you use the Firebug add-on (Net tab), or an external proxy like Fiddler2, to view the request and response?

この回答をすべて読む 👍 1

すべての返信 (4)

more options

Perhaps there is some detritus in an .htaccess file in the root of your localhost site? You might also check httpd.conf.

more options

thank you for your answer, I have looked through htaccess and httpd.conf I can find nothing that references xampp

more options

選ばれた解決策

Hmmm, I still think it's most likely a redirect from the server. Is there an index.php that could contain a Location header?

Can you use the Firebug add-on (Net tab), or an external proxy like Fiddler2, to view the request and response?

more options

Thank you there was a an index.php that I did not write, I deleted it and it took care of the problem, man I can't believe I overlooked that, thank you again.

LJ