Setup OrionCMS help

Laban

New Member
Sep 29, 2024
2
0
Hi, I'm trying to install OrionCMS with Xampp but localhost only takes me to the files in htdocs, have used several different cms before but can't get Orion to work?
 

ClosedDesignss

New Member
Jun 7, 2020
1
0
Go to the main xampp folder and create the .htaccess file and open it and write this:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^localhost$ [NC,OR]
RewriteCond %{REQUEST_URI} !public/
RewriteRule (.*) /public/$1 [L]

See if this attempt was successful
 

Users who are viewing this thread

Top