url segments not propagating

mikotoiii
Moderator
Moderator
Posts: 41
Joined: Wed May 18, 2016 12:09 pm

Re: url segments not propagating

Post by mikotoiii »

So after getting into the debugger a little, it looks like the urls are being generated properly; however it looks like they're not being pushed properly to the browser?

When I hover over a link it shows: MyDomain.com/forums/viewforum.php?f=25
When I look at w3all_passed_url_push in the debugger it shows: MyDomain.com/index.php/forum/?viewforum= +w3matches[1]
When I click the link however, my url bar in my browser stays at MyDomain.com/forum

If I manually enter the link MyDomain.com/index.php/forum/?viewforum=25 it will take me to the correct page.
I can, and also prefer to access the page as MyDomain.com/forum/?viewforum=25
User avatar
floxshifu
User www
User www
Posts: 57
Joined: Sun Sep 18, 2016 6:14 pm

Re: url segments not propagating

Post by floxshifu »

Hi,

I have exactly the same issue with the url. And another issue with it, when i'm clicking on the forum link on the index page, it's not redirecting to the link, it's just refreshing the page.

The url redirection (with external links) doesn't work correctly, it's redirecting to a blank page, or on the same page.

EDIT : it's not working only when I'm using the iFrame, if not, with the classic access without iframe, it's working fine.
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: url segments not propagating

Post by axew3 »

test out right now this external link, so i'll correct this bug if not work as needed (and by the way in any case) and will check all questions about the redirect and logout/in issues, and any help from somebody would be appreciated
http://www.fsf.org/
mikotoiii
Moderator
Moderator
Posts: 41
Joined: Wed May 18, 2016 12:09 pm

Re: url segments not propagating

Post by mikotoiii »

External link worked fine for me.

I'm definitely willing to help out where I can, but my while my php skills are adequate for what I do, my javascript knowledge is lacking. If you have anything you want me to test out either in my WAMP dev environment, or on my prod server, I can do that for sure.
mikotoiii
Moderator
Moderator
Posts: 41
Joined: Wed May 18, 2016 12:09 pm

Re: url segments not propagating

Post by mikotoiii »

Just as an addendum to my last post, on my live environment, the link opens inside the iframe, and works just like the acp if you don't add the resize js to it. The link opens to the external site on your site.
User avatar
floxshifu
User www
User www
Posts: 57
Joined: Sun Sep 18, 2016 6:14 pm

Re: url segments not propagating

Post by floxshifu »

Hi,

Thank you for the answer. When I said the external links, I was speaking about the index page with forum link only, check the image :

http://i.imgur.com/PxYRVih.png

When i'm clicking on the link, it's only refreshing the page. And sometimes, some external links in my chatroom or in the topic are not working, and sometimes it's working. It's strange.

I hope I could help you to see the issue :/

Btw, thank you so much for your work on this plugin, it's really really good.
Locked