.HTACCESS

Gomesxxxxx
edited January 2018 in Bug/Issue Reports

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

  • TheCrafters
    edited November -1

    @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.