I uploaded the files to my forum folder where my subdomain https://forum.guiacorretor.com is located
I followed the documentation but the website does not open
Is there more up-to-date documentation or video?
- MSAnswered
Hello,
You can add
/install
at the end of the url to access the installer. If there is any error, you can with server admin for details.If you want us to check for you, please let us know the server details in private reply.
Thank you
- GAnswered
Hello, when accessing https://forum.guiacorretor.com/install/ I receive the following message “Directory access is forbidden.”
folder structure: https://drive.google.com/file/d/1bc9GgUcyEH-PiT90w7BH71zZKhY_Jp48/view?usp=drive_link
htaccess: https://drive.google.com/file/d/1G0d-V0wGdZdDall2-Dtd3r7GtOOhJq13/view?usp=sharing
- MSAnswered
Hello,
You are installing v1. I was replying for v2. The directory access forbidden means the direcotry index is not set to use
index.php
You can try adding theDirectoryIndex index.php index.html
as first line of the .htaccess file OR addindex.php
at the end of url. The installer url will behttps://forum.guiacorretor.com/install/index.php
I suggest you add the directory index line to .htaccess as mentioned above.
Thank you
- GAnswered
I updated the script to version 2 and now it says HTTP ERROR 500
- GAnswered
hello ?
- MSAnswered
Hello,
Please check your server error logs and let me know the details so that I can suggest.
You can check the Laravel logs in the
storage/logs/
folder.Thank you
- GAnswered
The storage/logs/ folder contains only one .gitignore file
Is there any command I need to run to install this system?
Your documentation should be clearer about this.
- MSAnswered
Hello,
No, there is no command. You can set the root path to
public
folder in your uploaded files and then access the installer in the browser. If you want us check and help you, please let me know your server details in private reply.Thank you
- Login to Reply