How to make Unrealizable characters in URL?
Im just wondering
How to make an URL to ignore loading some characters in it like this :http://example.com?tes开发者_高级运维t=test
"test=test"
the page will be normally loaded but test=test
will not because its not realized on the webpage
EDIT: this assumes you are running apache as your webserver
You need to change your httpd.conf and add a wildcard default server name.
see http://www.webmasterworld.com/forum92/3844.htm
精彩评论