Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I rely on mod_rewrite?

I'm building a small PHP framework for the websites I create and wanted to know if I can rely on mod_rewrite being availabe on most hosters.

  • Is ist even a good idea using it? There are many good points already (one entry point, "beautiful", readable URLS)

  • Where is it not availabe?

  • Should I include an alternative in the framework if mod_rewrite is not available on that hoster?

like image 209
someone Avatar asked Mar 04 '10 16:03

someone


1 Answers

mod_rewrite is generally available. If it is not available on your hosts' servers, drop them.

like image 82
thetaiko Avatar answered Sep 22 '22 18:09

thetaiko