Got it!! For future reference to anyone add RewriteRule ^(.+)/$ /$1 [R=301,L] before RewriteRule ^(\w+)[/]*$ /profile.php?u=$1 [L]
Got another question relating to the first ReWrtie rule RewriteRule ^(\w+)[/]*$ /profile.php?u=$1 [L] if i use example.com/username/ it does...
thanks croydon, the absolute paths did work. some good tutorial needs to be written for the rewrite rule with good examples..
why are these things so complicated :) Thanks ofcourse.. but it seems not to be opening the page properly for some reason.. their is a call on...
Okay, So finally i was able to write my first rewrite rule RewriteRule ^(\w+)[/]*$ /profile.php?u=$1 [L] And its working great!! The...
Separate names with a comma.