(09-24-2015, 01:54 AM)TGates Wrote: Ok, there is another related to this that has to do with an improper .htaccess file in the /panel/ folder. I'll see if I can dig it up.
Make sure the .htaccess file in /etc/panel/ contains the following and that mod_rewrite is enabled in php.ini:
Code:# Standard Sentora Rewrite Ruleset
RewriteEngine on
RewriteRule ^api/([^/\.]+)/?$ bin/api.php?m=$1 [L]
RewriteRule ^apps/([^/\.]+)/?$ etc/apps/$1 [L]
And this is my .htaccess:
Code:
# Standard Sentora Rewrite Ruleset
RewriteEngine on
RewriteRule ^api/([^/\.]+)/?$ bin/api.php?m=$1 [L]
RewriteRule ^apps/([^/\.]+)/?$ etc/apps/$1 [L]