[thelist] getting the server to add an '?' on the end of a url...

MarsHall evolt at marsorange.com
Thu Nov 14 15:51:01 CST 2002


Ooops! I forgot to escape the question-mark in the replacement string,
so thry the following instead...

Put in your .htaccess file:

	RewriteEngine on
	RewriteRule   ^(.+[^?])$   $1\? [R,L]


Mars :)




More information about the thelist mailing list