GetSimple Support Forum
Go live from subfolder - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Go live from subfolder (/showthread.php?tid=3299)



Go live from subfolder - mpdeneen - 2012-06-23

I built a getsimple site in a subfolder, i.e. www.domain.com/getsimple3.1.1

How do I go live? I've never done this before.


Go live from subfolder - shawn_a - 2012-06-23

mpdeneen Wrote:I built a getsimple site in a subfolder, i.e. www.domain.com/getsimple3.1.1

How do I go live? I've never done this before.

If you are using apache you can change your htaccess rewrite path to the subfolder.

eg.

...
RewriteRule /?([A-Za-z0-9_-]+)/?$ /getsimplesubfolder/index.php?id=$1 [QSA,L]
...