Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
7answers
2k views

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 ...
3
votes
2answers
79 views

Set the Apache htdocs/subfolder as GIT working dir

I have just started trying to learn Git and I have got a little stuck. We are using Github to hold our "stable" project but I am having trouble working with the repo. I want to know if its possible ...
3
votes
1answer
221 views

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 ...
1
vote
0answers
41 views

Apache config - FTP access & htdocs

I'm running a cPanel WHM VPS, with two dedicated IP addresses. The one dedicated IP is configured through cPanel to point to the homedirectory of one of the accounts eg. ~username So when I visit ...
1
vote
1answer
385 views

Setting htdocs folder in Dropbox folder - Access Forbidden - Linux

i use Linux and i did the following procedures to move htdocs files in Dropbox : mkdir ~/Dropbox/www/ ln -s ~/Dropbox/www/ /opt/lampp/htdocs/ and when i try to access this folder i get ...
1
vote
1answer
77 views

Windows Azure DocumentRoot

does somebody know how it is possible to change the document root for windows azure web application to a sub folder? Thx
1
vote
7answers
537 views

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 ...
0
votes
0answers
6 views

htdocs for Jetty?

I'm new to jetty and the only now how to deploy to it through .war files. For quick testing, is there a directory in jetty I can drop .jsp's into to test them out with a url like ...
0
votes
1answer
29 views

What user does Lampp run under?

I was wondering what user Lampp runs under. For instance, if I install apache without lampp it runs under the user apache. Thank you.
0
votes
2answers
46 views

Developing within the Htdocs folder

Is it considered best practice to develop your php website directly within the htdocs folder? The advantages, obviously, are that you can make a quick edit, navigate to localhost and instantly view ...
0
votes
1answer
87 views

My PHP App won't display in localhost (only the folders will). I'm using MAMP - app is held in standard htdocs folder

So I've pulled a repository from github into my htdocs folder. But when i go to the http://localhost, all I get is a list of the folders in the App (vs seeing the app display in the browser). i.e, ...
0
votes
0answers
25 views

Index of/ page appearing when site loaded

I am having this problem for 2 separate sites (1 uploading wordpress, 1 uploading jobberbase). Even though both have index.php or index.html files located in htdocs, the site directs to a blank Index ...
0
votes
0answers
27 views

Difficulty targeting a directory when using htaccess

I'm using CakePHP to build a web application. I've decided to use filemanager to allow me access to a certain directory and upload images etc. - this is built with CKEditor for Rich Editing and File ...
0
votes
1answer
129 views

What is the equivalent of the htdocs folder in a JBoss AS instance

Static files can be hosted in a Apache HTTP server under the htdocs folder, what would be its equivalent in a JBoss AS instance.
0
votes
3answers
363 views

Switching between Htdoc Webroots - Change my “DocumentRoot” variable in “httpd.conf” or use Symbolic Links?

I've officially reached the end of my wits on this problem. As someone who constantly works on several websites at a time (I'm sure I'm not alone here), it becomes frustrating renaming my "htdocs" ...
0
votes
1answer
246 views

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 ...
0
votes
1answer
1k views

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

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
0
votes
1answer
5k views

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 ...