Hi Vladimir,
Vladimir D Belousov wrote on 03.03.2005:
>Jan Eden wrote:
>
>>Vladimir D Belousov wrote on 03.03.2005:
>>
>>
>>
>>>Vladimir D Belousov wrote:
>>>
>>>
>>>
just try:
$q->start_form(-method=>"POST");
>>>I'm wrong, sorry. Can I see your .htaccess in part of ModRewr
Vladimir D Belousov wrote on 03.03.2005:
>Jan Eden wrote:
>
>>Vladimir D Belousov wrote on 03.03.2005:
>>
>>
>>
>>>Vladimir D Belousov wrote:
>>>
>>>
>>>
just try:
$q->start_form(-method=>"POST");
>>>I'm wrong, sorry. Can I see your .htaccess in part of ModRewrite
>>>directi
Jan Eden wrote:
Vladimir D Belousov wrote on 03.03.2005:
Vladimir D Belousov wrote:
just try:
$q->start_form(-method=>"POST");
I'm wrong, sorry. Can I see your .htaccess in part of ModRewrite
directives?
Sure (abbreviated):
RewriteEngine on
RewriteBase /
RewriteRule ^news/?$ cgi
Vladimir D Belousov wrote on 03.03.2005:
>Vladimir D Belousov wrote:
>
>>just try:
>>
>>$q->start_form(-method=>"POST");
>
>
>I'm wrong, sorry. Can I see your .htaccess in part of ModRewrite
>directives?
Sure (abbreviated):
RewriteEngine on
RewriteBase /
RewriteRule ^news/?$ cgi-bin/show.pl?id=
Vladimir D Belousov wrote:
just try:
$q->start_form(-method=>"POST");
I'm wrong, sorry.
Can I see your .htaccess in part of ModRewrite directives?
Jan Eden wrote:
Hi,
I use mod_rewrite to provide simpler URLs for my database-driven
site. My document root's .htaccess contains the following line (a
Vladimir D Belousov wrote on 03.03.2005:
>just try:
>
>$q->start_form(-method=>"POST");
>
I had done that already. Besides, POST is the default method anyway.
Thanks,
Jan
--
The day Microsoft makes something that doesn't suck is the day they start
selling vacuum cleaners.
--
To unsubscribe, e
just try:
$q->start_form(-method=>"POST");
Jan Eden wrote:
Hi,
I use mod_rewrite to provide simpler URLs for my database-driven site. My
document root's .htaccess contains the following line (among others):
RewriteRule pages/([0-9]+) cgi-bin/show.pl?id=$1
It works fine.
But some of my pages are pa
Hi,
I use mod_rewrite to provide simpler URLs for my database-driven site. My
document root's .htaccess contains the following line (among others):
RewriteRule pages/([0-9]+) cgi-bin/show.pl?id=$1
It works fine.
But some of my pages are password-protected, such that show.pl calls the
followin