sigmoid

..oo..oo..oo..oo..oo..oo..

Browsing Posts tagged apache

Getting CodeIgniter URLs properly rewritten is a bit tricky when using FastCGI, including the mod_fastcgi_handler. Typically, we want to remove the index.php from all urls. To do this, create an .htaccess file in the same directory with index.php and paste into it: Options -Indexes +FollowSymLinks RewriteEngine On RewriteBase / # exclude any paths that are […]

Currently, there isn’t a straight forward way to stylize the output of the Apache-generated server status. The server’s status is generated by the mod_status module. I assume that this module is already loaded and its properly configured on your setup. The default location on most installations is /server-status on your web server. You should see […]