If I edit .htaccess my webpage gets locked out

This is annoying as hell. I need to edit this to get a script I use to work.
I want a fully working page before I consider paying for this. My .htaccess file sais this now when everything is working:

# HTID:xxxxxx: DO NOT REMOVE OR MODIFY THIS LINE AND THE LINES BELOW
php_value display_errors 1
# DO NOT REMOVE OR MODIFY THIS LINE AND THE LINES ABOVE HTID:xxxxxx:

xxxxxx is really numbers but I dont know if it is anything important

No you can edit :slight_smile:.

I see you claim that.
I have now edited mine:

# HTID:473969: DO NOT REMOVE OR MODIFY THIS LINE AND THE LINES BELOW
php_value display_errors 1
# DO NOT REMOVE OR MODIFY THIS LINE AND THE LINES ABOVE HTID:473969:
php_value upload_max_filesize 20M php_value post_max_size 20M php_value max_execution_time 200 php_value max_input_time 200

This is the webpage now:
https://vogtulriksen.000webhostapp.com/

so how do you think its working?

I see several moderators have been on.
Any ideas on this?
Is it opened in the config of my user so that im able to modify .htaccess?

What scripts you’re using??

Nothing on index page that should cause this.
jquery.min / scrolly.min / scrollzer.min
plus a few more for menu etc on main page.
But it doesent matter. If I remove everything in .htaccess file the result is the same

Seems its working now!!!

try again after clearing your browser cache and data.

Hmmm, strange this is.
After my last post i deleted .htaccess and replaced
php_value upload_max_filesize 20M php_value post_max_size 20M php_value max_execution_time 200 php_value max_input_time 200
with:
php_value memory_limit 30M
php_value post_max_size 100M
php_value upload_max_filesize 30M

Now as you can see, it works. Thanks for the help

1 Like

Any issues do post back :slight_smile: !!!

1 Like