htdocs

opening an html file on localhost in xampp/apache 2.2 using subdirectories under htdocs

I'll try again with a new question, appreciate the help... I have a site directory for html (dreamweaver cs3) with lots of subdirectories that contain html files for a number of drop down menus. They work fine where they are. But, they all have menus that are javascript and could be kept in a separate file. So, I want to use Include. I ...

Subversion for web development

I've read a lot of articles about subverion and pushing the information to a web server and I'm still having difficulties. I can understand the basics about creating the repository and checking out etc but need help for the web server. I'm running apache and subverion is running on the development server I'm working on. Now do I creat...

'htdocs' folder in XAMPP for linux belongs to "nobody" after installing, why?

Hi, after installing XAMPP on linux i have seen the folder "htdocs" belongs to "nobody". Has this any intention? Do you think owning that folder is a good practice? Regards Javi ...

How to use external apache htdocs and mysql data directory outside the xampp directory in xampp 1.7.0?

I am using xampp 1.7.0 and simply want to use directories outside of the xampp directory as apache htdocs and mysql data directory. I've googled it and found many solutions but none of them are working in my pc! ...

Apache htdocs in folder with unicode name

I have my apache (for windows) htdocs in a folder like c:\anything1\怘怙怚怛\anything2. The problem is that in this case php won't execute any scripts from here and will display an error message like this: `Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0 Fatal error: Unknown: Failed opening required ...

How to run a PHP file on my computer that is outside the htdocs directory ?

I just installed Apache and PHP on my computer to be able to run PHP files locally. I can run a PHP file if it is located in Apache2.2\htdocs directory. Is that possible to run PHP files outside this directory ? I'm looking to a simple solution, because all I need is to write a small PHP code and try it locally. I would like to be ab...

How to change htdocs with Zend Framework

I just found and installed Zend Framework CE to test my web sites. I've used Apache before but this seems to be a great deal more gui and automated. My question is how do I change the Apache C:/Program Files (x86))/Zend/Apache2/htdocs/ with Zend Framework? Is there a way to do it and have it update everywhere it needs to? also, I'm pl...