Skip to content

Commit 9f047d8

Browse files
further additions made
1 parent e3e17d8 commit 9f047d8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/docs/faq.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,11 @@ If you need support, feel free to submit a request ticket directly in the Deploy
129129

130130
## I get a 403 error after deploying my website, what can I do?
131131
### 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.
132+
An index file (typically named index.html or index.php) 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.
133133

134134
### 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.
135+
The output folder is the directory, which gets deployed to your webspace. 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. In static projects the output folder is usually the generated dist directory.
136+
In php applications files usually get deployed from project root and public directory is set to public If you are unsure about how to configure the output folder, please consult the documentation for your specific framework or build tool.
136137

137138
### Make sure you have an .htaccess file
138139
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)