HAT - The Hercules Admin Tool!

I am always getting error of URLs was not found.

Example:

he requested URL /account/search was not found on this server.
It's likely you do not have ModRewrite enabled on your Apache server.
Mind giving my a hand in this?

I want to use this tool and make it my primary server administrator tool.
Make sure the ReWrite Apache extension is installed (usually it is on most modern OS's)

issue command a2enmod rewrite

Then restart apache.

Next, make sure your site configuration within apache has the directive +FollowSymLinks under "Options". If it's not there, add it: "Options +FollowSymLinks"

Then, restart apache. Should work.

 
All,

I am working on an installation "script" to help you walk through the steps to install the panel.

I am also working on a bit of a database re-write which will see some of the field names change to be more uniform. With this, a couple of new tables will be added relating to connection to the Hercules information (most of this will move out of the config directory and into the database).

 
All,

I am working on an installation "script" to help you walk through the steps to install the panel.

I am also working on a bit of a database re-write which will see some of the field names change to be more uniform. With this, a couple of new tables will be added relating to connection to the Hercules information (most of this will move out of the config directory and into the database).
Any chance to put the Demo back on?

 
All,

I am working on an installation "script" to help you walk through the steps to install the panel.

I am also working on a bit of a database re-write which will see some of the field names change to be more uniform. With this, a couple of new tables will be added relating to connection to the Hercules information (most of this will move out of the config directory and into the database).
super excited to see the update!

 
Can anyone help me on how I can correctly setup the hat.php?

When I tried to restart the server using this tool its not allowing me to do it.

Please help setup the hat.php specially the SSH thingy. Thanks..

 
Can anyone help me on how I can correctly setup the hat.php?

When I tried to restart the server using this tool its not allowing me to do it.

Please help setup the hat.php specially the SSH thingy. Thanks..
Any error you are receiving? 

 
@Jman

actually there is no error message. its just that when I click restart the server or toggle some buttons its not doing the commands. 

 
@Jman

actually there is no error message. its just that when I click restart the server or toggle some buttons its not doing the commands. 
I'll see if I can program in some error messages or checks to see exactly what the issue is. Give me a few days - work keeping me very busy again.

 
I am always getting error of URLs was not found.

Example:

he requested URL /account/search was not found on this server.
try this one , it's work for me :)  my .htaccess

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|public|\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?$1
 
@Jman You are still working on it! Great.

Please update this post with news :) I just discovered it and it seems a very nice and useful tool.

I promise you that soon I will try it and give feedback. Good work!

 
Yes, I meant to post in here to give an update. CodeIgniter 3 is quickly becoming obsolete and I was not able to get it working with PHP7.4, so I'm rebuilding the panel with CodeIgniter 4 with full compatibility for PHP 7.2 and 7.4

 
Back
Top