CodeIgniter Forums
Changing htaccess rules to work with CI under hiphop-php - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Changing htaccess rules to work with CI under hiphop-php (/showthread.php?tid=57980)



Changing htaccess rules to work with CI under hiphop-php - El Forum - 05-02-2013

[eluser]kyleb[/eluser]
I submitted a StackOverflow ticket for this:

http://stackoverflow.com/questions/16289707/porting-htaccess-rewrite-rules-to-hiphop-php-config

Basically the hiphop configuration files do not use a regular htaccess/apache-style mod_rewrite plugin for the web server. However, routing requests through the index.php handler doesn't seem to be supported.

Any input would be great!


Changing htaccess rules to work with CI under hiphop-php - El Forum - 05-02-2013

[eluser]TheFuzzy0ne[/eluser]
I'm not even sure if it's possible, unless support has been added to HipHop itself. I thought that the normal .htaccess would work, and it was only when a PHP file is requested that HipHop kicks in, but I don't think that's right.