Fastest way to add a 404 page

@jabostick is correct. RW is so powerful and easy to do all of this within the project itself. Build your page in RW. I name the folder 404. Add this line of code in the htaccess file:

ErrorDocument 404 http://YourWebsite.com/404/index.html

Link to my post on building a .htaccess file inside RW

Example 404 page.

1 Like