.HTACCESS
Hey @Admin how are you?
I need to enable allow_url_fopen and I believe I can do this through .htaccess using the following: php_value allow_url_fopen on
but I can not do that. The .HTACCESS is changed but nothing happens, there is no change. What can I do?
Comments
-
@Gomesxxxxx said:
Hey @Admin how are you?I need to enable allow_url_fopen and I believe I can do this through .htaccess using the following: php_value allow_url_fopen on
but I can not do that. The .HTACCESS is changed but nothing happens, there is no change. What can I do?
you cannot edit the .htaccess in the
/
directory, you have to create one in the/htdocs
folder, (or if you are doing it in a subdomain it would be/(subdomain)/htdocs
), then you can edit that one.