Jump to content

Xampp Htdocs Index.php problems!

Hello everyone, so i have a work to do at home until tuesday where i must use Xampp. So after having to solve the port 80 problem due to skype and disable the http.sys, i did get Localhost with Apache to work. Now everytime i use localhost be it admin trough Xampp panel or not it keeps saying "It Works". I already tried changing in the original index.php but i ended up deleting it, and created a new one with the same syntax as a txt.file thinking that it was the problem fix (header('Location: '.$uri/School) which is where i currently have the work. Whoever can help do it directly and comprehensively, since google answerers arent even talking about xampp in windows and look like dont even know what apache is.Thank you

Groomlake Authority

Link to comment
Share on other sites

Link to post
Share on other sites

I get the whole stream of conscious thing, I do it too, but its really hard to understand your dilemma in the OP

 

My solution has always been to listen to port 81 for xammp

In httpd.conf (note that it's file extension is conf)

Listen 81

which should replace a very similar line in httpd.conf

 

I've never had do delete anything like http.sys why did you do that?

Also what wolfsinner said.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×