I\'m using Arch Linux 3.0-ARCH. I\'ve changed my DocumentRoot in /etc/httpd/conf/httpd.conf from /srv/http to /var/www. Then I issued this command:
I need to have URLs such as mydomain.com/whatever, where \"whatever\" can be any arbitrary string, all call the same php file where it sorts out what to display (or displays a 404).However, I want fil
I just followed the instructions from this page (http://www.alexkorn.com/blog/2011/03/getting-php-mysql-running-amazon-ec2/) to setup apache and mysql on an ec2 instance.I couldn\'t get their custom f
I am using VisualSVN Server that installs an Apache server. In the below example <Location /MyIISWebSite>
I installed Appserv and made a .php: D:/Appserv/www/x/y/file.php Then I have a folder, like E:/foldie. I want my .php to mess with that folder. I found this online:
I just wrote and answered a question regarding what apache FilesMatch recognizes as the filename; see Here for more on that, but the skinny is that apache does not recognize anything after the file ex
New to Apache, and suffering... Seems to be true: the default configuration is in Apache directory Apache2.2/conf/httpd.conf
I want to add the following settings to my server: ServerSignature Off ServerTokens Prod However after research I have to add these settings in my httpd.conf or apache2.conf file. It wont work in m
I currently have this in my httpd.conf file in WAMP: NameVirtualHost 127.0.0.1 <VirtualHost 127.0.0.1>
So I have an offline website on my PC that I want to test in Firefox. I would like to do it in the offline mode.