Website Setup & Info
ID #1019
Can .htaccess files be used?
Yep, you have full control over your .htaccess file, letting you do anything from simple access control to fancy mod_rewrite rules. The sky is the limit!
Keep in mind that PHP configuration, often done in .htaccess files, is instead handled via a ".user.ini" file. The format of a .user.ini file is the same as the regular php.ini, e.g.:
display_errors = 1
Tags: -
Related entries:
Author: Dave Steinberg
Revision: 1.1
You cannot comment on this entry