Htaccess secrets
First of all, remember that X3 CMS require Apache as web server.
X3CMS use htaccess file to get friendly URLs. All the calls go trough the file .htaccess so you must to know how to set it to fit your special needs.
See details:
- X3 CMS use fileEtag to set caching for images and flash movies (swf files)
- you can set some PHP settings (upload_max_filesize, post_max_size, max_execution_time, max_input_time)
- you can define errorDocument redirections (default settings are related to 403 and 404 errors)
- you can set special rules (eg. as suggested redirect all without www calls to www address)
NOTE: there is a rule where are defined all callable file extensions, if you call a file with an extension not included here the file will be not visualized.
Restler and XML
If you want to use Restler with XML files you need to remove XML from the list of permitted extensions.
Comments
There are no comments
Add a comment