GetSimple Support Forum

Full Version: Go live from subfolder
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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]
...