Looking for Something?



Content:

Category:





Huh?

XAMPP: Learn PHP & MySQL Without Online Hosting!! on 3.1.2008 - One of the questions I get most frequently is what I use to make my text-based games. My answer is always the same, PHP and MySQL. Let's say you wanted to learn these languages, so you find some tutorials and start reading. Only now you realize you need somewhere to practice what you've learned. Hosting can be expensive, especially for hosts that come with PHP/MySQL for someone who only wants to play around with the languages and isn't looking to develop and entire website. XAMPP is your solu...

Apache FIX: Forbidden/You don't have permission to access / on this server on 1.22.2008 - Check the permissions of the folder. Usually its a chmod problem and you can change it to drwx--x--x. However another problem can be the conf/httpd.conf file. If you have an incorrect <Files > record that can cause problems also. Search for <Files ~>. If you find it then that's your problem. Replace it with <Files ~ "^\.ht"> and restart Apache. That should fix the problem....

2 results found