Help
Discuss anything regarding coding in here (PHP, mySQL, HTML, CSS, etc)
User avatar
FBorcherds298
Customer
 
Posts: 3
Joined: 25 Feb 2019, 04:50

 

by FBorcherds298 03 Mar 2019, 23:23

HI. I have extracted arrowchat to app/webroot/arrowchat/. Permissions set to 755. I cannot find install or arrowchat folder to install. It is working with my old version 1.7.2.

Here is my htaccess file contents of webroot:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>

This is the htaccess file in the arrowchat folder:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^folder_name/.*$ - [PT]
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>

-------------------------------
Is there a setting I must changed anywhere in the htaccess files to get the install folder to work?

Regards
Freddy
User avatar
FBorcherds298
Customer
 
Posts: 3
Joined: 25 Feb 2019, 04:50

 

by FBorcherds298 04 Mar 2019, 00:32

I see if I go to /app/webroot/arrowchat/ now it redirects to /app/webroot/arrowchat/install/ but then says page not found
User avatar
FBorcherds298
Customer
 
Posts: 3
Joined: 25 Feb 2019, 04:50

 

by FBorcherds298 04 Mar 2019, 01:30

I see if I go to /app/webroot/arrowchat/ now it redirects to /app/webroot/arrowchat/install/ but then says page not found

Ok this was a permission error. I used CPanel but it does not change all the sub folder permissions as well. So I used Filezilla and the installation started.

Thanx Support for helping :)'