Jump to content

What method do you use for static URLs?


Mysticated

Recommended Posts

(A dynamic URL is one that contains parameters. Static ones look like this: www.a.com/users/bob instead of www.a.com/?user=bob)

 

At the moment I am using mod_rewrite. I also know about using the PHP method of parsing the PATH_INFO http var.

 

Do you use a method that is different from these two? I haven't coded in about two years and want to know if this has changed, as I see most sites going the static URL route now.

 

Would mod_rewrite or the PHP method be better for sites which get high traffic (such as a forum)?

 

Link to comment
https://forums.phpfreaks.com/topic/45240-what-method-do-you-use-for-static-urls/
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.