Hi Joshua,
Thanks for the pointer! :) This is what made it work in the end, for
anyone who wants to know.
RewriteRule ^/product_category/([0-9]+)\.html(.*)?
/product_category.php?top_cat_id=$1&source=$2 [NC,QSA,L]
Regards,
Kevin
Joshua Slive wrote:
On 11/19/05, Kevin Smith <[EMAIL
Hello,
- Original Message -
From: "Montserrat Mateos" <[EMAIL PROTECTED]>
To:
Sent: Saturday, November 19, 2005 11:50 AM
Subject: [EMAIL PROTECTED] log file
> Hi, I want configure my access log file for apache and I want that the log
> file only save the client request (url) that he wr
On 11/19/05, Kevin Smith <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> Wonder if someone can work this one outt, I'm a bit stumped.
>
> I have the following RewriteRule:
>
> RewriteRule ^/product_category/([0-9]+)\.html\?source\=(.*)
> /product_category.php?top_cat_id=$1&source=$2
>
> This is meant to r
On 11/19/05, Montserrat Mateos <[EMAIL PROTECTED]> wrote:
> Hi, I want configure my access log file for apache and I want that the log
> file only save the client request (url) that he write in his navigator and
> not other url that the server send as images that the url has.
That's not literally
Hello,
inside a SSL host, I use the SSLProxyEngine to connect encrypted to another
server:
SSLProxyEngine on
ProxyPass /server2 https://server.intranet/mysite
ProxyPassReverse /server2 https://server.intranet/mysite
There lies a PHP script for file uploads. When I connect to
https://server.int
Joshua Slive wrote:
>On 11/17/05, Phil Endecott wrote:
>> Hi Joshua, thanks for the reply. Yes, when I comment-out my
>> ErrorDocument directives I get what I had expected:
>> My ErrorDocuments are the standard ones from the Debian package. Is
>> there anything I can do to fix this? Presumabl
Hi All,
Wonder if someone can work this one outt, I'm a bit stumped.
I have the following RewriteRule:
RewriteRule ^/product_category/([0-9]+)\.html\?source\=(.*)
/product_category.php?top_cat_id=$1&source=$2
This is meant to rewrite this URL:
http://www.foobar.com/product_category/22
Hi, I want configure my access log file for apache and
I want that the log file only save the client request (url) that he write in
his navigator and not other url that the server send as images that the url
has.
For example: a client in the navigator write
http://172.25.80.46/cons
Hi,
while I mostly agree that the generator needs fixing, this is not
likely for several reasons. And definitely not short term.
So, having mod_html only rewriting the embedded links would definitely
be useful.
Btw. I never looked at that pages in IE. They are good enough in
Mozilla and Firef