Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Install in Sub Dirctory ? #87

Closed
GaneshKandu opened this issue Nov 5, 2018 · 2 comments
Closed

How to Install in Sub Dirctory ? #87

GaneshKandu opened this issue Nov 5, 2018 · 2 comments

Comments

@GaneshKandu
Copy link
Contributor

Hi,

How i can install FreeScout in subdirectory of Webroot instead if virtual host ?

@freescout-helpdesk
Copy link
Contributor

It looks like you are using Apache. Just specify your SUDIRECTORY in the config:

<VirtualHost *:80>
  ServerName example.com
  Options Indexes FollowSymLinks
  ErrorLog /var/www/html/SUDIRECTORY/storage/logs/web-server.log
  DocumentRoot "/var/www/html/SUDIRECTORY/public"
  <Directory "/var/www/html/SUDIRECTORY/public">
    AllowOverride All
    Require all granted
  </Directory>
</VirtualHost>

FYI: FreeScout has not been tested in subdirectory yet.

@GaneshKandu
Copy link
Contributor Author

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants