Jump to content

Someone should know how this is done


Adam_Yeah

Recommended Posts

I want it so the url

 

[a href=\"http://mysite.com/users/\" target=\"_blank\"]http://mysite.com/users/[/a]MEMBERS USERNAME

 

runs on the server as

 

[a href=\"http://mysite.com/profile.php?username=\" target=\"_blank\"]http://mysite.com/profile.php?username=[/a]MEMBERS USERNAME

 

 

but the URL in the address bar stays [a href=\"http://mysite.com/users/\" target=\"_blank\"]http://mysite.com/users/[/a]MEMBERS USERNAME instead of a redirection thing

 

 

I'm sure someone must know how to do this

Link to comment
https://forums.phpfreaks.com/topic/3038-someone-should-know-how-this-is-done/
Share on other sites

There may be a .htaccess file which is changing your URLs as they are. You may not be able tosee these type of files in an FTP program, although there may be an option to see hidden files. If you delete that or edit and get rid of the mod_rewrite rules in the .htaccess file.

 

Also I presume inm your files too your urls will be coded as site.com/something/sothingelse. instead you will need to change them to what you want.

  • 1 month 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.