Re: [users@httpd] Hi for 2.4 windows binares

2013-05-18 Thread Muralidhar Yaragalla
when i search on google i found this blog http://www.anindya.com/apache-http-server-2-4-4-and-2-2-24-x86-32-bit-and-x64-64-bit-windows-installers/ is this fine? I have already downloaded and installed from here. If any problem i will uninstall and download a fresh copy. On Sat, May 18, 2013 at 4

RE: [users@httpd] users@httpd.apache.org - mod_rewrite question

2013-05-18 Thread Don Edmondson
THANK YOU! Changed the RewriteCond to RewriteCond %{DOCUMENT_ROOT}/$1.shtml -f ...and now it is working (and the logic now makes sense to me :) !!!) Thought (obviously incorrectly) I had read that when using .htaccess you didn't need fully qualified paths. Best Regards Don -Original Mes

Re: [users@httpd] users@httpd.apache.org - mod_rewrite question

2013-05-18 Thread Eric Covener
On Sat, May 18, 2013 at 6:11 AM, Don Edmondson wrote: > Don't know if I reply to the group or just to you? > >> > RewriteCond $1.shtml -f >> This line doesnt make sense. What is $1 doing there what is it > referencing? >> >RewriteRule^(kgp[a-z0-9]*)\.html$ $1.shtml [PT] > > Sorry - not sure w

RE: [users@httpd] users@httpd.apache.org - mod_rewrite question

2013-05-18 Thread Don Edmondson
Don't know if I reply to the group or just to you? > > RewriteCond $1.shtml -f > This line doesnt make sense. What is $1 doing there what is it referencing? > >RewriteRule^(kgp[a-z0-9]*)\.html$ $1.shtml [PT] Sorry - not sure which line you are referring to - but, either way, it makes perfect