compflash
03-18-2009, 08:18 PM
Can someone help me? I am using a PHP application called Bamboo Invoice built on the Codeigniter framework.
For some of the functionality to work, you have to set up an .htaccess file to rewrite URI's that look like this....
http://subdomain.domain.com/index.php/login/user
Can someone help me with the proper .htaccess rules to accomplish this? The .htaccess provided by the application developer does not work.
Also, this program auto-creates .pdf's and requires a folder to be writable to add the pdf to it. It also supports file uploads. I can't get either to work. What permissions do I need for folders. Also, is there something I need to change in php.ini or something?
For some of the functionality to work, you have to set up an .htaccess file to rewrite URI's that look like this....
http://subdomain.domain.com/index.php/login/user
Can someone help me with the proper .htaccess rules to accomplish this? The .htaccess provided by the application developer does not work.
Also, this program auto-creates .pdf's and requires a folder to be writable to add the pdf to it. It also supports file uploads. I can't get either to work. What permissions do I need for folders. Also, is there something I need to change in php.ini or something?