You can control the behavior of the Apache web server by creating a file named .htaccess in your app's web root directory.
apps/APPNAME/public/.htaccess
Using a .htaccess file is a simple and safe way to customize your app.
.htaccess Examples
- Enable Directory Listing
- Force SSL
- Redirect to a Different Domain
- How to Enable Browser Caching
- Set Environment Variables
- Replace Strings in a Web Page before Sending the Response
Alert: For Control Panel Help & Tutorials, click here: Panel Tutorials