I am running Apache 2.2.10 on Microsoft Windows Server 2003 with PHP 5.2.6 running also. I have attached the httpd.conf file as a reference. I can't seem to get the mod_rewrite to work. I am d...
I have set up an Apache 2.2-server on my Ubuntu server with autentication using Active Directory on Windows 2003 Small Business Server. So far, so good.. But when an authentication fails (a u...
I'm trying to configure apache to where if the client makes a request to my IP address they are redirected to my hostname and away from the IP. This is what I've tried that doesn't work:
...
I am revising a site and changing names on many pages.
I have chosen to use 301 Redirct directives as I am a little uncomfortable trying to learn the proper way to do the mod_rewrite wherea...
I have need to rewrite requests for certain files on my server under a directory.
What I have
site.com/plugins/plg_name/index.php
I would like
site.com/plugins/name/index.php
I...
I am using Apache 2 on Windows. I made a simple website and can successfully access a html file "mypage.html". I want to support server side includes. So I have added in the necessary lines...
Hi,
I have a website which I require some re-write rules to go in a .htaccess file.
Firstly, I would like to redirect requests for / to goto /homepage/en/
then, because it's a content...
I am developing a dynamic site with SEO friendly urls.
I need to redirect all pages requests to index.php (resides in main root folder public_html )
there is a folder named "adminuser" also ...
We are using Apache Mod_deflate to dynamically compress output to clients that can handle it. It works great, however most of our large archives are plain text files and we are running out of ...
I am working on a project that will deploy to hundreds / thousands of kiosks throughout the world. While these kiosks won't be networked in any real way, I'd like to ideally develop the inter...
Can you please tell me whether " /Apache/platform/apache-2.0.55/bin/httpd -k start" reads passwd and shadow files. in solaris.. Thanks in advance..
Probably glaringly obvious but I just can't seem to see it and it's been driving me nuts!
Trying to password protect a webserver directory with .htaccess/.htpasswd combination following a m...
Hi,
I am trying to extract PGP file with apache.
bash-3.2$ gunzip -d httpd-2.2.10.tar.gz | tar xvf - /applications/httpd-2.2.10
gunzip: httpd-2.2.10.tar.gz: not in gzip format
tar: /...
I need anything that gets sent to mysite.com/sub1/ to 301 to mysite.com/sub2/
However, I must maintain url variables such as mysite.com/sub1/?test=1 to 301 to mysite.com/sub2/?test=1
Hi,
I have recently installed Apache on my server and have I have a DNS pointing to my IP address. When I type in the domain name in the browser I am getting nothing. When an Apache server ...
Just a quick question...
I have a Perl script that performs DB related maintenance routines and writes out status to standard output. If I execute the script using a Cron Job, where would I...
GoodEvening.
We are just about to go live in our new VPS server, unfortunately we have a VERY frustrating problem.
The VPS just got upgraded to PHP ver 5.2.5, and since then HTTP POST d...
I have to identical forms in my web directory. Very simple forms, just one field and 'Submit' button. The 'action'-s are different. First one goes directly to existing abc.php file. Second one...
Hello,
The rewrite engine is really a great feature, and we use it extensively, but so far we have decided against using it with slashes due to some problems that arose. Let me elaborate:
...
I want to restrict access to certain files on my server to only traffic coming from comcast or time-warner (roadrunner). All other ISPs I want to redirect to another file. Is this possible?
...
I have an Apache in front of my IIS (that serves some old applications)
What is the correct set up on Apache mod_rewrite and IIS? Do I have to install certificate on both machines?
Curre...
I am trying to create my .htaccess file with some query string rewrite rules but I am having a bit of a problem.
I need the rules to work for any level of query string params. I would sa...
Hi X-perts,
I am making gzip output on the Apache level using the following code:
.htaccess
php_flag zlib.output_compression 1024
php_value zlib.output_compression_level 5
AddHandler...
Dear Experts,
For some reason, but email webform has stopped sending emails and it does not display error messages when filling in the form. Any idea why this could be happening and where ...
Hi
What do I need to add to my httpd.conf or php.ini file to stop all folders/directories beginning _ from showing?
Thanks