.htaccess - htaccess URL rewriting not using dot -


i have written following .htaccess

rewriteengine on rewriterule ^([a-za-z0-9-]+)/?$ profile.php?profileid=$1 [nc,l] 

its executing , if using following usernames.

 1. site.com/username  2. site.com/username32 

following username not working

 1. site.com/user.name.32 

i think issue .htaccess. please suggest me working .htaccess

rewriteengine on rewriterule ^(.+)$ profile.php?profileid=$1 [qsa,l] 

if works let me know.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -