Use .htaccess Files

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

Alert: For Control Panel Help & Tutorials, click here: Panel Tutorials
  • 0 Els usuaris han Trobat Això Útil
Ha estat útil la resposta?

Articles Relacionats

How to Force SSL by Redirecting HTTP to HTTPS

Once you have enabled SSL on your site, SellCloud makes it easy to redirect all plain HTTP...

How to Redirect to a Different Domain

To redirect all requests to a different domain name, create a .htaccess file in your app's web...

How to Set Environment Variables

Some PHP applications look for configuration data in environment variables. You can set...

How to Use Apache to Replace Strings in Responses

If you need to replace strings in the output of your PHP scripts before they are sent to the...

How to Enable Browser Caching

You can configure an app so that the browser will cache files it downloads from your server. When...