Welcome, Guest
Username Password: Remember me

Return to Standard Version error
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Return to Standard Version error

Return to Standard Version error 12 years, 1 month ago #7463

  • thewitt
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
  • Karma: 0
My link in the iPhone template to return to the Standard Version has an extra "home" in it.

It looks like this:

www.clubmakersguild.comhome/?device=desktop

where it should clearly look like this:

www.clubmakersguild.com/?device=desktop

Where is this being inserted? How can I fix this?

I just installed today and am trying out the features. I have other template issues - top menu not available and others - but this is the most glaring at the moment.

Thanks,

-Tim

Re: Return to Standard Version error 12 years, 1 month ago #7464

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
Looks like you missed trailing slash in "Desktop URL" parameter.

Re: Return to Standard Version error 12 years, 1 month ago #7465

  • thewitt
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
  • Karma: 0
Nope. The Desktop URL parameter is defined correctly as

www.clubmakersguild.com/

There is an extra word "home" inserted in the bad URL. Where is that coming from?

-t

Re: Return to Standard Version error 12 years, 1 month ago #7466

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
Do you use 3rdparty SEF extension?

Re: Return to Standard Version error 12 years, 1 month ago #7467

  • thewitt
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
  • Karma: 0
No, just the built in one.

Re: Return to Standard Version error 12 years, 1 month ago #7468

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
Most likely instead of "www.clubmakersguild.comhome/?device=desktop" you should get "www.clubmakersguild.com/index.php/home/?device=desktop". But I don't know why "/index.php" was removed.

I've tested locally with following SEF settings and found no issues:
Search Engine Friendly URLs: Yes
Use Apache mod_rewrite: No
Add suffix to URLs: No

Re: Return to Standard Version error 12 years, 1 month ago #7469

  • thewitt
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
  • Karma: 0
Where is the "home" coming from?

It's not part of my URL, my directory structure, or anything on my site.

None of my other URLs have "home" in them anywhere.

I have those same global settings for SEF, and my .htaccess file section looks like this - which I believe is the standard configuration:

 
########## Begin - Joomla! core SEF Section
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#
########## End - Joomla! core SEF Section
 


-Tim

Re: Return to Standard Version error 12 years, 1 month ago #7470

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
thewitt wrote:
Where is the "home" coming from?

It's not part of my URL, my directory structure, or anything on my site.


It's alias of your home menu item.

Re: Return to Standard Version error 12 years, 1 month ago #7471

  • thewitt
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
  • Karma: 0
OK

That makes sense. Now why would the trailing / be removed from my URL I guess is the question. Where do you get this? Is it an entry in my config file for the site or just for your plugin. It's correct in the plug in configuration

-Tim

Re: Return to Standard Version error 12 years, 1 month ago #7472

  • thewitt
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
  • Karma: 0
I added a second / at the end of my Desktop URL in the plugin settings and now it's working...

So it looks like this:

www.clubmakersguild.com//

And when the Desktop URL is formed now, it correctly includes a single trailing slash.

Somewhere, one of these is being stripped off for some reason.

I also found a problem in the placement of the "Mobile Version | Standard Version" links on my Standard Version page which you can see by going to the page. They show up at the end of my bottom banner ad rather than centered in my template. I guess I can fix that myself.

-Tim
  • Page:
  • 1
Time to create page: 0.13 seconds

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.