KongCH Posted January 8, 2010 Posted January 8, 2010 Any tutorial about .htaccess file? Don't give me apache's htaccess tutorial. Thanks! Quote
Byron Posted January 8, 2010 Posted January 8, 2010 Here's a few: http://www.askapache.com/htaccess/htaccess.html http://www.javascriptkit.com/howto/htaccess.shtml Apache realy is a good place to look stuff up. http://httpd.apache.org/docs/ Quote
Arian Posted January 10, 2010 Posted January 10, 2010 I have gallery folder that have foto folder to store file from gallery uploader. But i cant acces file in foto folder cause .htacces code inside foto folder to prevent file uploader not suitable for heliohost.org hosting. The script code .htaccess like this RemoveHandler .php .phtml .php3 .php4 .php5 .php6 .phps .cgi .exe .pl .asp .aspx .shtml .shtm .fcgi .fpl .jsp .py AddType application/x-httpd-php-source .php .phtml .php3 .php4 .php5 .php6 .phps .cgi .exe .pl .asp .aspx .shtml .shtm .fcgi .fpl .jsp .py php_flag engine 0[/code] I think code inside .htaccess file not suitable for heliohost.org hosting and i got 403 error message, how to change that code to match with heliohost.org hosting. Thanks Quote
Byron Posted January 10, 2010 Posted January 10, 2010 Try removing this line: php_flag engine 0 Quote
Arian Posted January 10, 2010 Posted January 10, 2010 Try removing this line: php_flag engine 0 Thanks byron..! Its great, .htacces file now can working. God bless you. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.