Hey there, I am wondering if somebody knows how to write an htaccess file. Right not I have a URL http://game.myscratchoff.com/viewcat.php?c=Puzzle I want to remove the viewcat.php?c= part of the url is that possible? I would appreciate it. Thanks, Brian P
RewriteRule ^puzzle$ /viewcat.php?c=Puzzle [L] Code (markup): Will make it so http://game.myscratchoff.com/puzzle loads http://game.myscratchoff.com/viewcat.php?c=Puzzle
That's right, even though sometime server needs Options +FollowSymLinks or Options -MultiViews to make it work Nintendo posted a large thread on this subject straight here, http://forums.digitalpoint.com/showthread.php?t=23044