Hey guys,
I have a working RoR app and dumped Mint insde /public. Then I setup a context to get the domain.com/mint working and all (to my suprise) is good so far. It even runs the PHP properly
Here's the catch. Mint says to append the following to your .htaccess, so I did but it's not working.
I *could* simply append the js file but I would match rather prefer to have to keep the stats of everything behind the scenes regardless of what is included in my web page.
So, within my LiteSpeed environment, how can I make this work?
Thanks in advance guys!
I have a working RoR app and dumped Mint insde /public. Then I setup a context to get the domain.com/mint working and all (to my suprise) is good so far. It even runs the PHP properly
Here's the catch. Mint says to append the following to your .htaccess, so I did but it's not working.
Code:
AddType application/x-httpd-php .html .htm
php_value auto_prepend_file /var/www/domain/public/mint/config/auto.php
So, within my LiteSpeed environment, how can I make this work?
Thanks in advance guys!