Rewrite URL in PHP without htaccess

Posted by Steven on Stack Overflow See other posts from Stack Overflow or by Steven
Published on 2010-03-17T04:09:21Z Indexed on 2010/03/17 4:11 UTC
Read the original article Hit count: 362

Filed under:
|
|

The website is running on a web hosting where we don't have access on htaccess file.The web server is Apache. I want to rewrite URL. For example: The original URL: www.mydomainname.com/en/piecework/piecework.php?piecework_id=11 Expected URL:piecework.mydomainname.com/en/11

How to do it?

© Stack Overflow or respective owner

Related posts about php

Related posts about apache