Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit a8b9e6f

Browse files
author
Florian
committed
Not found error handlign
1 parent b8b8162 commit a8b9e6f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

troubleshooting/not-found.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Not Found
2-
A **Not Found** error can be caused by different reasons.
2+
3+
<p class="uk-article-lead">When you are faced with a 404 error even though you use a valid URL to an existing page, go through the following potential causes to fix the issue on your system.</p>
4+
35

46
## Missing .htaccess File
57
Verify that the `.htaccess` file is present in the root of your Pagekit folder. The `.htaccess` file is a Apache configuration file and it's hidden on Unix-based systems; as such it may not have been unpacked. If it is not present, copy it from the Pagekit package.
@@ -23,3 +25,7 @@ Uncomment the `RewriteBase /` option by removing the `#` in front of it.
2325

2426
## Error 404 Page
2527
If you receive a Pagekit styled error saying **Error 404** then your `.htaccess` is functioning correctly, but your trying to reach a page that Pagekit cannot find. The most common cause of this is simply that the page has been moved or renamed.
28+
29+
## nginx configuration
30+
31+
When you are using nginx instead of Apache, make sure the [server configuration](../getting-started/server-configuration.md) for nginx is correct.

0 commit comments

Comments
 (0)