Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
8afd7fc5c6
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
1 contributor

Users who have contributed to this file

10 lines (7 sloc) 219 Bytes
<FilesMatch \.php$>
SetHandler application/x-httpd-php
</FilesMatch>
AddType text/html .php
DirectoryIndex index.php
#php_value session.save_handler "files"
#php_value session.save_path "/var/lib/php/session"