Page 1 of 1

Can't install: my host doesn't accept +FollowSymlinks

PostPosted: 23 Aug 2012, 05:40
by OCANSADO
I can't install ArrowChat because my host doesn't accept the +FollowSymlinks option in the .htaccess

Code: Select all
<IfModule mod_rewrite.c>
        Options +FollowSymlinks
        RewriteEngine On
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule ^chatroom ^/../public/chatroom/ [L]
        RewriteRule ^cron ^/../public/cron/ [L]
        RewriteRule ^debug ^/../public/debug/ [L]
        RewriteRule ^list ^/../public/list/ [L]
        RewriteRule ^mobile ^/../public/mobile/ [L]
        RewriteRule ^popout ^/../public/popout/ [L]
        RewriteRule ^video ^/../public/video/ [L]
</IfModule>

<IfModule mod_headers.c>
 <FilesMatch "\.(gif|jpg|png|css|swf)$">
  Header add "Expires" "Mon, 28 Jul 2014 23:30:00 GMT"
  Header add "Cache-Control" "max-age=31536000"
 </FilesMatch>
</IfModule>

<IfModule mod_expires.c>
 ExpiresActive On
 ExpiresDefault A604800
 ExpiresByType text/css A604800
 ExpiresByType image/gif A604800
 ExpiresByType image/png A604800
 ExpiresByType image/jpeg A604800
 ExpiresByType application/x-shockwave-flash A604800
</IfModule>


I removed the line:
Code: Select all
Options +FollowSymlinks


Any problems doing that?

PostPosted: 23 Aug 2012, 12:16
by Jason
You can remove everything without any issues.

PostPosted: 23 Aug 2012, 13:18
by OCANSADO
Thanks ;-)

Topic Closed

PostPosted: 16 Dec 2014, 00:26
by Staff Bot
[b]This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.[/b]