diff --git a/docs/manual/secure-login-with-ssl/index.md b/docs/manual/secure-login-with-ssl/index.md index d33c81e6f..3039f7742 100644 --- a/docs/manual/secure-login-with-ssl/index.md +++ b/docs/manual/secure-login-with-ssl/index.md @@ -46,10 +46,10 @@ On port 80, Apache's *alias* module is used to set a *Redirect permanent* for th ServerAdmin admin@example.com - DocumentRoot /usr/share/airtime/public + DocumentRoot /usr/share/airtime/php/airtime_mvc/public DirectoryIndex index.php - + Options -Indexes FollowSymLinks MultiViews AllowOverride all Order allow,deny @@ -62,12 +62,12 @@ On port 80, Apache's *alias* module is used to set a *Redirect permanent* for th ServerAdmin admin@example.com - DocumentRoot /usr/share/airtime/public + DocumentRoot /usr/share/airtime/php/airtime_mvc/public Redirect permanent /login https://airtime.example.com/login SetEnv APPLICATION_ENV "production" - + Options -Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny