GetSimple Support Forum

Full Version: Subdirectory install path problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've just uploaded a new 3.3.4 install to a sub directory, just like I always do, but in Settings I get:
PHP Code:
Website URL:
http://domain.com/subdomain/
Our suggestion is:   http://domain.com/subdomain// 
I cant work out why I'm getting the extra /
in .htaccess I'm getting RewriteBase /subdomain as expected/

Any thoughts
Maybe you're accessing your admin panel like
Code:
http://domain.com/subdomain//admin
(2015-03-03, 08:15:43)Carlos Wrote: [ -> ]Maybe you're accessing your admin panel like
Code:
http://domain.com/subdomain//admin

Carlos - of course you are bang on! Many thanks.
Too late at night after a long day here. Thanks for the reminder, I'm sure I've done this before :-)
We should fix this in core.
normalize slashes in suggest_site_path, unless // is ever valid or preffered of course, I do not know