steviez Posted July 28, 2007 Share Posted July 28, 2007 Hi, On my site when someone signs up a url for them is placed in my htaccess file (a url rewrite) The only problem is that if some one uses a constrictor that a htaccess file does not like a get an error. How do i stop spaces and invalid constrictor from been used i a users username? Thanks Quote Link to comment Share on other sites More sharing options...
The Little Guy Posted July 28, 2007 Share Posted July 28, 2007 why don't you just make one URL that everyone can use? like: RewriteRule /(.*)$ userfile.php?name=$1 [nc] Quote Link to comment Share on other sites More sharing options...
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.