Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Help me with Chocolatey CMS

Newbie Spellweaver
Joined
Sep 25, 2012
Messages
51
Reaction score
0
Hello i have download chocolatey cms,
i use xampp 7.2.7 i have imported actarus db on my phpmyadmin,
i have download the composer
i have extract chocolatey cms on my htdocs folder,
i have config .env et config/*all files in this folder,
i have run on my terminal create-project sant0ro/chocolatey
i have run php artisan migrate on my terminal
all tables are created on my database
but when i launch 127.0.0.1 i have this error message : Warning. Please read Chocolatey Installation Tutorial. You need configure your servers DocumentRoot to the public folder of this CMS. Thanks! (with a white page)
sorry for my bad english i'm french
Thank you for your answer
 
Initiate Mage
Joined
May 9, 2019
Messages
2
Reaction score
0
How to change the document root in XAMPP on windows

  • Open the file httpd.conf from the location C:/xampp/apache/conf.
  • Search for DocumentRoot and you will get something like this DocumentRoot “C:/xampp/htdocs”
  • Update the DocumentRoot to new location DocumentRoot “C:/xampp/htdocs/public”
  • Then find the Directory and you will fine something similar to <Directory “C:/xampp/htdocs”>
  • Update it to new location like this <Directory “C:/xampp/htdocs/public”>
  • Then finally restart the Apache server using XAMPP control panel or manually.
 
Upvote 0
Back
Top