Page 1 of 1

Url keeps redirecting

PostPosted: 24 Jun 2023, 07:07
by BasicEtiquette
Not entirely sure what is going on.

i cannot access my arrowchat feature of my site.

I use the url : https://roleplaydomain.com/arrowchat/admin

and it keeps popping up as:

http://roleplaydomain.com/arrowchat/admin/admin/admin/
with admin repeating multiple times

I'm not sure why.. any assistance would be great.

SCREENSHOT : https://cdn.filestackcontent.com/wQzVB2e7TuafbPB7DSmn

Re: Url keeps redirecting

PostPosted: 24 Jun 2023, 08:50
by Jason
I’d have to take a look at your root htaccess files. It seems that it’s setup to do something weird.

Re: Url keeps redirecting

PostPosted: 24 Jun 2023, 10:15
by BasicEtiquette
Yeah, i got onto my host provider support and they replied with:

"something is wrong in your .htaccess file in the arrowchat folder, specifically in these lines


<IfModule mod_rewrite.c>
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> "

Re: Url keeps redirecting

PostPosted: 25 Jun 2023, 16:46
by Jason
You could try removing the arrowchat htaccess file, but I don't think that's the problem. I would guess its the htaccess file on the folder when arrowchat is located.