GetSimple Support Forum
Subdirectory install path problem - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: Subdirectory install path problem (/showthread.php?tid=7119)



Subdirectory install path problem - davetest - 2015-03-03

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


RE: Subdirectory install path problem - Carlos - 2015-03-03

Maybe you're accessing your admin panel like
Code:
http://domain.com/subdomain//admin



RE: Subdirectory install path problem - davetest - 2015-03-03

(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 :-)


RE: Subdirectory install path problem - shawn_a - 2015-03-03

We should fix this in core.
normalize slashes in suggest_site_path, unless // is ever valid or preffered of course, I do not know