Hello I am using php and editing my .htaccess file, I am trying to make it so users can type:
website.com/users/1 which is actually website.com/profile.php?id=1
Now I find other resources that help me accomplish this but whenever I do it, it break the theme so that its nothing but a page with straight black and white content, no background color, headers, etc.
How do I accomplish this successfully?
Thanks in advance.
You can try something like this in your htaccess file: