-
FireLog is a simple yet powerful logging script made in PHP that creates Apache-style visitor logs. Most logging scripts require you to include a PHP file at the top of every one of your pages. This method works, but you can only log visitors' hits to pages to PHP pages.FireLog uses a .htaccess file to reroute all traffic through it's ...
-
REST Server uses a model-view-controller (MVC) design patterns implementation to route REST GET, POST, DELETE and URL to controllers classes. It also provide helpers for handling HTTP requests, response, headers, MIME types and authentication. REST Server makes use of decoration instead of inheritance, so classes do not need to be extended in order to implement servers. No configuration files, custom ...
-
Directives to enable to disable user authentication without affecting other Apache directives, can be added or removed from an .htaccess file. Requirements: PHP 3.0 or higher
-
webadmin.php is a simple Web-based file manager that is useful for applying changes to a Web account quickly and without FTP access. webadmin.php can show, create, delete, and move files and directories, copy, edit and upload files, help to manage htaccess and htpasswd, and change permissions of files and folders. webadmin.php only consists of one file, and has multi-language support.
-
PHP Functions Class can be used to creating .htaccess and .htpasswd files.Key Features of PHP Functions Class:- Encoding and decoding text strings with base64 and rot13 algorithms- Count the number of words in a phrase- Highlight text string within a phrase with HTML tags- Create SQL INSERT or UPDATE statements from a list of table field valuesRequirements: PHP 3.0 or ...
-
htaccess Check can check if an .htaccess file exists in a given directory.If it does not exist it creates with the default Apache directives. If the file exists and has different Apache directives, it gets rewritten with the default ones.Requirements: PHP 4.0 or higher
-
MdRGen can be used to generate the definition of configuration rules for rewriting URLs with mod_rewrite. It takes a list of URLs of pages of sites before rewriting the URL.MdRGen generates a list of definition of rules to insert in .htaccess or other Apache configuration files to rewrite the URLs in a search engine friendly manner.
-
HTAccess mod_rewrite can be used to interpret a subset Apache directives that can be defined in .htaccess configuration files.HTAccess mod_rewrite takes as parameter the directive lines of configuration of an .htaccess file to interpret and process the directives.Currently it only supports the directives RewriteBase and RewriteRule of the mod_rewrite Apache module.The class can take the request URL and rewrite it, ...
-
The htaccess class manages the htaccess functions of Apache Webservers. Without knowing much knowledge of Apache, users can be added or deleted, groups can be created and deleted, .htaccess files can be created with this class etc.
-
The htaccess class lets you manage the htaccess functions of Apache Webservers. Without much knowledge of Apache, you can add/delete users, create/delete groups, and create .htaccess files using this class.

