Return to Standard Version error

thewitt
13 years, 1 month ago
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
dryabov
13 years, 1 month ago
Looks like you missed trailing slash in "Desktop URL" parameter.
thewitt
13 years, 1 month ago
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
dryabov
13 years, 1 month ago
Do you use 3rdparty SEF extension?
thewitt
13 years, 1 month ago
No, just the built in one.
thewitt
13 years, 1 month ago
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
dryabov
13 years, 1 month ago
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.
thewitt
13 years, 1 month ago
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
thewitt
13 years, 1 month ago
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

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.