Jump to content

FollowSymlinks


The Little Guy

Recommended Posts

[code]Options +FollowSymlinks
RewriteEngine on
RewriteRule ^user/(.*)$ /user_index.php?uname=$1 [nc][/code]

That works, but that isn't how I want users to type it into the addressbar (mysite.com/user/name)
I would like them to type it in like so (mysite.com/name)

the problem I am getting are these:
- Internal Server Error
- File Not Found

Here is a full version: http://www.webdeveloper.com/forum/showthread.php?t=127371
Link to comment
https://forums.phpfreaks.com/topic/27165-followsymlinks/
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.