SHAD Posted June 6, 2010 Posted June 6, 2010 Is their anyway to add some symbol such as /#/ so it will break of any unwanted command in the url b and lead back to the page which is clicked. Example http://www.mygameurl.com/#/explore.php Quote
sniko Posted June 6, 2010 Posted June 6, 2010 http://roshanbh.com.np/2008/02/hide-php-url-rewriting-htaccess.html http://cooletips.de/htaccess/ (to help) Quote
SHAD Posted June 6, 2010 Author Posted June 6, 2010 http://roshanbh.com.np/2008/02/hide-php-url-rewriting-htaccess.htmlThats exactly what i am looking for. Quote
rulerofzu Posted June 6, 2010 Posted June 6, 2010 Must be the cider I had at lunch you post made little sense to me! Quote
Zero-Affect Posted June 6, 2010 Posted June 6, 2010 Options +FollowSymlinks RewriteEngine on RewriteRule ^page/([a-zA-Z0-9_])$ index.php?page=$1 Not sure if that would work but i think i use something like that on CG (would have to check). Quote
Dillion & Amanda 4 Lif Posted June 6, 2010 Posted June 6, 2010 Even if you change the url, its not going to matter if someone knows your running php. UNLESS you know how to block xss from the url via htaccess Quote
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.