i already download code and i want run it in local server, i have XAMPP and i already virtual host by following the following lines: in “/Applications/XAMPP/xamppfiles/etc/httpd.conf” i put line: “Include /Applications/XAMPP/etc/extra/httpd-vhosts.conf”
and in file: “/Applications/XAMPP/xamppfiles/etc/extra/httpd-vhosts.conf.” i put: "
<VirtualHost *:80> ServerName localhost DocumentRoot “/Applications/XAMPP/xamppfiles/htdocs” <Directory “/Applications/XAMPP/xamppfiles/htdocs”> Options Indexes FollowSymLinks Includes execCGI AllowOverride All Require all granted
<VirtualHost *:80> ServerName tsms2211.me DocumentRoot “/applications/XAMPP/xamppfiles/htdocs/tsms2/public” <Directory “/applications/XAMPP/xamppfiles/htdocs/tsms2/public”> Options Indexes FollowSymLinks Includes execCGI AllowOverride All Require all granted
" then i reset my xampp server" then when i go to tsms2211.me i have “Error 500” please what is the poblem
- MSAnswered
Hello,
Can you access the installer?
I can’t help with server setup as I know nothing about servers. You need to add the virtual host to set the correct root path to
public
folder and access the installer by adding/install
to your domain in web browserhttp://tsms2211.me/install
.You can check your server error logs for 500 error details. The Laravel logs can be checked from the
storage/logs/
folder.Thank you
- Login to Reply