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
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%2B
Using:
RewriteRule ^(/([\w-()+]+))?/$ /?var=$2 [QSA]
The problem i have is that the query string is passed to the
applicat
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.
I'm using this config in Apache 2.2.3/Centos 5:
RewriteMap redirect txt:/var/www/html/example/redirect.txt
RewriteRule ^/(a|b|c|d|e)$ http://example.com/${redirect:$1} [NC,R=permanent,L]
redirect.txt:
a x
b y
c z
d k
e j
Since the redirected pages are many i would like to not have to put
them a
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
--
10 matches
Mail list logo