Posts: 4
Threads: 2
Joined: Dec 2011
Hello from germany.
I'm a new user of getsimple and i want to know if i can first
use getsimple local with XAMPP and what i have to do, if i
want to copy my hole project to my server.
Thanks in advance for your help.
Georg
Posts: 2,928
Threads: 195
Joined: Feb 2011
Georg,
your first question: answer is here:
http://get-simple.info/wiki/installation:local_server
your second question: answer is here:
http://get-simple.info/wiki/installation:migrating
you see, you can develop locally and move it to the server then
1 problem: Links to internal pages and images will have complete and not relative adress, so these links will not work on the server
My steps are in that case:
- open all pages in Notepad++
- run a search/replace "local URL" <=> "Server URL", for example:
replace "
http://127.0.0.1/getsimple" with "
http://www.yourdomain.xx/"
also check that the ReWriteBase in .htaccess is ok
if you have more questions, don't hesitate to ask!
Cheers, Connie
Posts: 4
Threads: 2
Joined: Dec 2011
Dear Connie,
many, many thanks for your help.
I will try this.
Georg
Posts: 2,928
Threads: 195
Joined: Feb 2011
Georg,
did you see, we have also a german forum here and the german get-simple.de, you if you need information you might find it there as well
if you miss something at the page, tell us!
Cheers and tschüß, Connie