I am trying to set up a non-production copy of my Sugar site for testing upgrades etc. and I want to take a duplicate copy of my current Sugar files
So far I have:
1) copied the htdocs\Sugar folder containing application files
2) set up a new directory in htdocs called htdocs\test
3) pasted all files etc into this folder
4) Exported mysql sugar data
6) created a new database in phpmyadmin called 'test'
7) imported mysql sugar data into test
8) edited htdocs\test\config.php so that it looks at the 'test' data
What am I missing?
When I type URL (e.g. http://127.0.0.1/test, nothing is found. http://127.0.0.1/sugar still works fine)
I have tried editing httpd.conf in Apache by adding a <directory> tag and describing the path to the test folder then restarted Apache but to no avail. I working a little blind in this area but what am I missing?
any ideas anyone?


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks