Jump to content

mod_rewrite support?


Full-Demon

Recommended Posts

Hi all,

 

I wrote an application where I use mod_rewrite for virtual urls. (ie: I redirect admin.php?action=add to admin/add)

 

My question is: does every server supports mod_rewrite, or is it very rare to support it? I want as many users as possible to use it, so if its very unusual to have it supported I get rid of mod_rewrite.

 

Thanks,

 

PS, are there statistics about stuff like this somewhere?

 

FD

Link to comment
Share on other sites

mod_rewrite works on the server end and not the client. So you wont have any problems with browser incompatibility issues.

 

I would of thought most hosts would allow for mod_rewrite. You can always check with your host.

 

Also mod_rewrite is an Apache module so it'll only work on Apache servers

 

You can always setup a setting for your app so the user can enable or disable clean urls. SO you're better of coding for both sides.

Link to comment
Share on other sites

Ok thanks for the reply,

 

With users I meant ppl who own a server and can run the script. But perhaps I should build the enable/disable function for virtual urls...sigh...its just a sh*t load of work lol, thats why I asked it.

 

Thanks anyway :)

 

FD

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.