Skip to content

Commit e3e17d8

Browse files
added most frequent reasons for 403 errors
1 parent ae2fe3e commit e3e17d8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/docs/faq.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,13 @@ Following is the list of IP ranges used by the Deploy Now for outbound connectio
126126

127127
## Is there an IONOS Deploy Now support mail?
128128
If you need support, feel free to submit a request ticket directly in the Deploy Now dashboard or to contact us via <a href="[email protected]">[email protected]</a>. Please note that this is the email address of the Deploy Now support team. For requests regarding any other product, please contact IONOS [via phone or via live chat](https://www.ionos.com/contact).
129+
130+
## I get a 403 error after deploying my website, what can I do?
131+
### Make sure you have created an index file
132+
An index file (typically named index.html) is the entry point for your website. It is the first file that is loaded when a user visits your site, and it provides the initial content and structure for your web page. Deploy Now requires an index file to be present in your project's output folder, as it is used to determine the starting point for your website. If you do not have an index file, you will receive a 403 error when trying to access your website.
133+
134+
### Make sure you configured the output folder correctly according to the framework you used
135+
The output folder is the directory where your built website files are stored. To configure the output folder for your Deploy Now project, you need to specify the correct folder path in your project settings. The output folder should contain your website's index file, as well as any other files required for your website to function correctly. If you are unsure about how to configure the output folder, please consult the documentation for your specific framework or build tool.
136+
137+
### Make sure you have an .htaccess file
138+
An .htaccess file is a configuration file used by web servers to control access to your website and configure various settings. It is a required file for many websites, and its absence can cause errors. To include an .htaccess file in your Deploy Now project, simply add it to your project's root directory or output folder. Make sure to configure the file correctly according to your website's needs. If you are unsure about how to create or configure an .htaccess file, please consult the documentation for your specific framework.

0 commit comments

Comments
 (0)