NBS Posted October 23, 2012 Report Share Posted October 23, 2012 Sveiki, Radusies sekojoša problēma. Linku saīsināšanai tiek izmantots htaccess failā ievietots kods Options +FollowSymLinks RewriteEngine On RewriteRule ^([^/\.]+)/*$ ./?p=$1 RewriteRule ^([^/\.]+)/([^/\.]+)*$ ./?p=$1$2 Kods savu funkciju pilda, taču rodas problēmas ar to, ka nosūtot html formu ar GET metodi links tiek padots šāds: /sadala&s=a?c=b mainīgais "s" jau tika definēts linkā iepriekš, taču "c" mainīgais ir formas input lauks. Linkam pēc formas datu nosūtīšanas vajadzētu izskatīties šādam - /sadala&s=a&c=b, lai arī php koda daļa strādātu pareizi un varētu veikt tālākās darbības datu apstrādei. Vai problēma varētu būt htaccess failā ieveitotajā kodā, vai tomēr koda rindā <form method="get" action="#"> ir vajadzīgas izmaiņas? Quote Link to comment Share on other sites More sharing options...
Val Posted October 24, 2012 Report Share Posted October 24, 2012 http://httpd.apache.org/docs/current/rewrite/flags.html#flag_qsa Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.