 |
|
 |
| Related Topics: | mod_rewrite and php parameters - hi all i'm trying to use mod_rewrite to trasform www.mysite.com/directory/something to www.mysite.com/directory/index.php?value=ball my .htaccess is configured as follow RewriteEngine on RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [L]..
Mod rewrite with get parameters in them - Seems I can not match e.g. www.example.com//home/support.php?pn=test with following mod_rewrite: RewriteRule ^home/support.php\?pn=test /another/directory/ Any ideas how to rewrite incoming requests with get parameters? best regards Thomas
DirectoryIndex with GET parameters - Hi, can I use get parameters with DirectoryIndex, for example like index.php?language=en The GET parameter here determines the language, which is different for each virtual host entry. fritz
IndexOptions - parameters order - It seems that IndexOptions requires parameters with a precise order, at least with my Apache 2.2.4 under Slackware. If I place the +XHTML before DescriptionWidth=* I get a HTML 3.2 page, while with other combinations (but with +XHTML after..
mutilated cgi script parameters on apache 2.0.44 - hi, the webpage starting the cgi looks as follows: <form ACTION="/cgi-bin/telsuche.pl" METHOD="GET"... here's (probably) the troubled cgi section: $query_string = $ENV{'QUERY_STRING'}; ($nname,$telefon,$org) = split(/&/, $quer... |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|