Thank you both for the quick replies!
Quote from: MrDutchy at Jan 05, 2011, 07:20 AM
If all you want is to make sure it won’t turn up in search engine results it is sufficient that way
Yes, that’s my goal.
Quote from: MrDutchy at Jan 05, 2011, 07:20 AM
Although if someone, somehow found your url (brute forced or if you posted a link somewhere) he’ll have no problem acccessing your site. To account for this you could easily use the .htaccess / .htpasswd combo to protect your directory from any access (if you use apache that is).
That’s a good point; using a sub-domain won’t hide my testing from experienced eyes.
But my two objectives are, preventing bots from publishing irrelevant search results and avoiding visitor-confusion.
So security isn’t a major concern.
After all, the only thing people will find, is Lorem Ipsum and programming tests.
Quote from: MrDutchy at Jan 05, 2011, 07:20 AM
If you’re interested here is a good explanation along with a generator tool.
Ah, that may be handy one day; thank you for the link.
Quote from: Mark at Jan 05, 2011, 02:20 PM
Just install MODx in the subdomain (or move it there and rerun setup).
Great, I’m glad to hear the process is simple.
Quote from: Mark at Jan 05, 2011, 02:20 PM
If you’re using friendly urls on your sandbox, make sure to also change the rewritebase to /example/.
Aha, I had a feeling that extra steps might exist.
Thank you for saving me some headaches.
Quote from: Mark at Jan 05, 2011, 02:20 PM
As for whether it’s the best method or not... there’s not a single best method. A localhost (eg xampp) may be better, but sometimes it may be easier to work on a real server.
Yes, I did some reading about running MODx on a local server.
But the reason I wanted to test on a remote server, is to see the actual loading-times of my pages.
Local servers are helpful for many things, but I don’t want to mislead myself about page-loading times.
Quote from: Mark at Jan 05, 2011, 02:20 PM
Then again, it may be easier to use a different domain all together, but in the end the only difference is a file path, probably.
Actually, my current plan involves using a different domain for testing.
But the domain I am using for testing, will eventually be used for production.
So my objective, is to keep my testing hidden from casual visitors.