RE: [EMAIL PROTECTED] Getting a simple mod_rewrite "Rewrite

2007-06-25 Thread Boyle Owen
> -Original Message- > From: Eraticus Majoricus [mailto:[EMAIL PROTECTED] > Sent: Monday, June 25, 2007 10:52 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Getting a simple mod_rewrite "Rewrite > > Thank you for looking at this. I have adde

Re: [EMAIL PROTECTED] Getting a simple mod_rewrite "Rewrite

2007-06-25 Thread Manuel ŞUBREDU
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eraticus Majoricus wrote: > Thank you for looking at this. I have added RewriteLog directive, so the > Rewrite section now looks like this. > > > Options FollowSymLinks > AllowOverride None > Order deny,allow > Deny from all > > > #

Re: [EMAIL PROTECTED] Getting a simple mod_rewrite "Rewrite

2007-06-25 Thread Eraticus Majoricus
Thank you for looking at this. I have added RewriteLog directive, so the Rewrite section now looks like this. Options FollowSymLinks AllowOverride None Order deny,allow Deny from all #LoadModule rewrite_module modules/mod_rewrite.so #AddModule mod_rewrite.c Options SymlinksIf

RE: [EMAIL PROTECTED] Getting a simple mod_rewrite "Rewrite

2007-06-25 Thread Boyle Owen
> -Original Message- > From: Eraticus Majoricus [mailto:[EMAIL PROTECTED] > Sent: Monday, June 25, 2007 8:02 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Getting a simple mod_rewrite "Rewrite > > Apache users, > > I have had a problem with the use of mod_rewite. I'm hopin

Re: [EMAIL PROTECTED] Getting a simple mod_rewrite "Rewrite

2007-06-25 Thread Eraticus Majoricus
Thank you for taking a look at this issue. It seems that since mod_rewrite was compiled into httpd via the "-- enable-mod-rewrite" flag on configure, uncommenting "LoadModule rewrite_module .." actually errors on my machine. I am using a fresh copy of 2.2, and this might have something to do

RE: [EMAIL PROTECTED] Getting a simple mod_rewrite "Rewrite

2007-06-24 Thread Daniel Shi
Hi, I tried on my local machine, it doesn't complain about the syn error, but I have the following line enabled: #LoadModule rewrite_module modules/mod_rewrite.so -> LoadModule rewrite_module modules/mod_rewrite.so I thought this should be enabled to get rewrite_module loaded.