I'm trying to dynamically concatenate a bunch of javascript files into a
single file using the INCLUDE filter. The include.shtml.js test script is
The virtual server config has both SSIETag and SSILastModified set to On
for that file
ServerName test.dkt
ServerAlia
m.com/
http://www.ibm.com/>
Order deny,allow
Allow from all
Regards, Clodoaldo Pinto Neto
2009/4/8 Igor Cicimov :
> Just an idea ... have you tried putting the hexadecimal representation of
> the "+" symbol so apache translates it into "+" when encoding?
I want all the urls to be human readable.
Regards, Clodoaldo
>
> On Wed, Apr 8, 2009 at 11:19 P
2009/4/7 Clodoaldo Pinto Neto :
> 2009/4/3 André Warnier :
>> Clodoaldo Pinto Neto wrote:
>>>
>>> I want to rewrite a url to a query string like this:
>>>
>>> from http://example.com/x+ to http://example.com/var=x%2B
>>> or
>>&
2009/4/3 André Warnier :
> Clodoaldo Pinto Neto wrote:
>>
>> I want to rewrite a url to a query string like this:
>>
>> from http://example.com/x+ to http://example.com/var=x%2B
>> or
>> from http://example.com/x%2B to http://example.com/var=x
n '^(/([\w-()+]+))?/$' to uri '/x+/'
10.1.1.110 - - [03/Apr/2009:12:22:46 --0300]
[example.com/sid#7fa25fb33bf0][rid#7fa25c0ea338/initial] (2) rewrite
'/x+/' -> '/?var=x+'
Regards, Clodoaldo
-
The o
2008/12/6 Clodoaldo Pinto Neto <[EMAIL PROTECTED]>:
> 2008/12/6 Krist van Besien <[EMAIL PROTECTED]>:
>> On Sat, Dec 6, 2008 at 3:05 AM, Clodoaldo Pinto Neto
>> <[EMAIL PROTECTED]> wrote:
>>> I'm using this config in Apache 2.2.3/Centos 5:
>&g
2008/12/6 Krist van Besien <[EMAIL PROTECTED]>:
> On Sat, Dec 6, 2008 at 3:05 AM, Clodoaldo Pinto Neto
> <[EMAIL PROTECTED]> wrote:
>> I'm using this config in Apache 2.2.3/Centos 5:
>>
>> RewriteMap redirect txt:/var/www/html/example/redirect.
them all in RewriteRule ^(a|b|c|d|e)$ using in instead the
redirect.txt map to populate that rewrite rule. Is it possible? If not
what else can be done?
Regards, Clodoaldo
-
The official User-To-User support forum of the Apache
combined
}
else {
ErrorLog logs/my_site_3-error_log
CustomLog logs/my_site_3-access_log combined
}
... # many lines here
Obviously i know there are no if() commands. It is just to show what i want.
Regards,
--
Clodoaldo Pinto Neto
-
ons Indexes
AllowOverride None
Options Indexes
Order Allow,Deny
Allow from all
I think it is kind of ugly. If you can see something more elegant just say it.
Regards, Clodoaldo Pinto Neto
-
The o
2006/10/30, Boyle Owen <[EMAIL PROTECTED]>:
> -Original Message-
> From: Clodoaldo Pinto Neto [mailto:[EMAIL PROTECTED]
> Sent: Saturday, October 28, 2006 1:11 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Directory index forbidden by Options direct
ient 10.1.1.101] Directory index forbidden by Options directive:
/var/www/html/yum/
But at http://yumrepo.s0/5 it shows a directory listing.
There is no .htaccess. This is Fedora Core 5 and Apache 2.2.2
Regards, Clodoaldo Pinto Neto
--
2006/5/20, Rainer Sokoll <[EMAIL PROTECTED]>:
On Sat, May 20, 2006 at 10:11:56AM -0300, Clodoaldo Pinto wrote:
> Options Indexes
> But when I point the browser to fc5.s0/fc5 it works. I can see the
> files in that subdir. What am I missing?
A "+" ;-), read: "
iles.
But when I point the browser to fc5.s0/fc5 it works. I can see the
files in that subdir. What am I missing?
Regards, Clodoaldo
Would it work with the internal function MapType to escape the
ampersand? The problem I'm trying to solve is that some pages in the
wiki has the ampersand in their names and then the RewriteRule handles
everything from the ampersand on as a query string.
Clodoaldo
.
Is using a txt Map the cause of the problem? Contents of map.txt:
& %26
Regards, Clodoaldo
17 matches
Mail list logo