KongCH Posted January 8, 2010 Posted January 8, 2010 Any tutorial about .htaccess file? Don't give me apache's htaccess tutorial. Thanks!
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/
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
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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now