Forum

User posts Notend
13 October 2021 13:29 [ON MODERATION]
Link Rot is everywhere on the scope Web. Link rot is the name often used to refer to broken links on the internet, by broken I do of course mean links that do not work.

When someone is trying to access a page on your site and either the page has been moved or the link was misspelled both Internet Explorer and Netscape will display error pages. If this happens that someone will most likely leave altogether and you'll never see him or her again.

You can prevent this happening as a result of broken links and other errors however if you own your own domain name by setting up what's called custom error pages. This way when someone try's to access one of your pages through a broken link they'll be taken to your custom professional looking 404 error page instead of the basic ''page not found'' one. If they try to access a page that is forbidden they'll be taken to your custom professional looking 403 error page instead of the basic "Access Forbidden" page.

On these custom pages you could have a link back to your home page so the visitor could go there and take a look at what your site has to offer.

Custom error pages are simple normal HTML pages and therefore can be created just as easily as the other pages on your site, however getting them to show up is a little more difficult and as mentioned before you must have your own domain name.

Here's what to do:
First off you need to check out the website directory where your index.html file is located for a file called .htaccess. Most of the time you'll find it but sometimes you'll have to create it yourself. If you have it you should look for code similar to below and change it to suit your directory. If the below lines of code aren't there simply add them below everything else. If the .htaccess file isn't there simply create it and then type in the following lines:

ErrorDocument 400 URL/error400.html
ErrorDocument 401 URL/error401.html
ErrorDocument 403 URL/error403.html
ErrorDocument 404 URL/error404.html

Keep each piece of ErrorDocument code on one line with a space on each side of the number 40? This code is case sensitive someone write my essay so be sure to check the case of the E and D in ErrorDocument before you proceed.

The code in black stays the same all the time, the URL is the address of the directory in which the error page is located and the error40?.html page is the individual error page itself. The individual page can be called anything but for convenience sake it's best to go for a descriptive name like error40?.html

When your done creating a new file make sure to upload it. If you've edited the current one make sure to save it, then be sure to use the CHMOD command through your FTP program or online file manager to set the permissions to 644.
13 October 2021 13:25 [ON MODERATION]
Reply to post of user erlend_sh
Has there been any discussions among the Blend4Web developers to make use of the glTF format now that it has hit 1.0?

https://www.khronos.org/news/press/khronos-finalizes-gltf-1.0-specification
Also interested in this issue, I have been looking for a solution to this problem
13 October 2021 13:24 [ON MODERATION]
Also interested in this issue, I have been looking for a solution to this problem.
13 October 2021 13:23 [ON MODERATION]
Also interested in this issue, I have been looking for a solution to this problem.