Page 1 of 1

Editing Error.html for Web browser

Posted: Tue May 06, 2014 7:19 am
by Rajesh
Hello everybody,

My urgent requirement to have Error.html page replaced with my own page in cases when there is no internet connection.

I can access the file system on UA40F5500 through ftp.

And i believe the error page is inside "mtd exe" and it does have all the permission but i can't edit or replce it.

Please suggest how can i edit that file.

Thank you have a nice day.

Re: Editing Error.html for Web browser

Posted: Fri Jun 06, 2014 2:09 pm
by sectroyer
Rajesh wrote:Hello everybody,

My urgent requirement to have Error.html page replaced with my own page in cases when there is no internet connection.

I can access the file system on UA40F5500 through ftp.

And i believe the error page is inside "mtd exe" and it does have all the permission but i can't edit or replce it.

Please suggest how can i edit that file.

Thank you have a nice day.

Code: Select all

mount -o bind /dtv/your_error_page.html /mtd_exe/path_to_original_error_page.html
:)