Jump to content

[SOLVED] url rewrite


jaymc

Recommended Posts

I have this code in a htacess file

 

RewriteEngine on

RewriteRule ^([^/\.]+)/?$ index.php?user=$1 [L]

 

this allows this access method www.site.com/username to access www.site.com/index.php?user=username

 

Working well, but, usernames that have a full stop in it are causing problems

 

Is there a way around this?

Link to comment
https://forums.phpfreaks.com/topic/79759-solved-url-rewrite/
Share on other sites

Ok, I've done a little bit of investigating and it definately does not like the full stop

 

From what I gather, it confuses it with the actual file name period (.php)

 

I know many other websites are successful with this, so there must be a way around

 

Hope someone can help, I dont even know what to google for!

Link to comment
https://forums.phpfreaks.com/topic/79759-solved-url-rewrite/#findComment-404354
Share on other sites

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.