Hello,
I want to be able to redirect the user when they type in http://example.com/user/user-name to http://example.com/user/user-name, which displays user details
This is what I am using but it gives me errors
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^.*$ /user/ [R]
The error which firefox gives is
Redirect Loop
Firefox has detected that the server is redirecting the request for this address in a way that will never complete. The browser has stopped trying to retrieve the requested item. The site is redirecting the request in a way that will never complete.
- Have you disabled or blocked cookies required by this site?
- NOTE: If accepting the site's cookies does not resolve the problem, it is likely a server configuration issue and not your computer.
Thanks