Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2005-06-29 17:20:10

Tessa
New member
Registered: 2005-06-29
Posts: 3

Rewriterule instead of ?myTextArea=xxxxxxxx

Hi, since a few weeks i'm using Xinha and it works realy great on my Website.
But now i've change my whole site so it use Rewriterules by using the mod_rewrite function from Apache and it gives a problem with Xinha;

When i submit the textarea it gives me a http return that looks like:

?myTextArea=<content> 

that was no problem when i used index.php?...

But now with the rewriterule it gives:

http://mywebspace.nl/page/dairy/?myTextArea=<content>

and i can't get my values now with $_GET

My question is, does someone know how i can POST my values form the textarea or how i can change the javascript so it returns:

http://mywebspace.nl/page/dairy/<content>/

I hope you understand it (i'm dutch and my english is not that good)

Thanks,

Tessa

Offline

#2 2005-06-30 05:01:52

niko
Xinha Authority
From: Salzburg/Austria
Registered: 2005-02-14
Posts: 338

Re: Rewriterule instead of ?myTextArea=xxxxxxxx

submit the content of the textarea as POST
<form method="POST">

the length of the GET-parameters is limited by the webserver and probably browsers, proxies etc...


Niko

Offline

#3 2005-06-30 07:31:45

Tessa
New member
Registered: 2005-06-29
Posts: 3

Re: Rewriterule instead of ?myTextArea=xxxxxxxx

Thanks Niko

That i didn't though about that before neutral

But now it works fine big_smile

Offline

Board footer

Powered by FluxBB