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 Link to comment https://forums.phpfreaks.com/topic/62134-solved-signup-help/ 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] Link to comment https://forums.phpfreaks.com/topic/62134-solved-signup-help/#findComment-309391 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.