01-09-2015, 02:56 AM
Pages: 1 2
01-09-2015, 02:59 AM
someone pls post a tut. i cant get this thing working.
01-09-2015, 06:09 PM
(01-09-2015 02:59 AM)tigermate Wrote: [ -> ]someone pls post a tut. i cant get this thing working.
Upload the httpdocs folder into your absolute webserver root path(NO SUBFOLDER)
Upload the etc folder one folder before the aboslute webserver root path so you cannot access the files via http
For test purposes you can upload the etc folder inside the root path
CHMOD the folders according to the documentation (for windows change the permissions for your webserver service)
Change the settings.xml file in your etc folder
upload database
in .httacces change line 67 and 68
RewriteCond %{HTTP_HOST} =DOMAIN.TLD
RewriteRule ^ - [E=BASE:/full/path/of/webroot] [L]
Comment line 70 and 71
#RewriteCond %{HTTP_HOST} =DOMAIN.TLD
#RewriteRule ^ - [E=BASE:/full/path/of/webroot] [L]
Go to http://domain.tld/admin/settings.php into your webbrowser and see how it reacts.
IF YOU CHANGED THE LOCATION OF ETC/SETTINGS.XML
Go to: common/define.php on line 17: $settings_file = realpath(SYSBASE."../etc/settings.xml"); and change the location to the new one.
01-30-2015, 04:37 PM
plizzz reupload... this link broken
01-31-2015, 04:30 AM
thankss for cms man
02-08-2015, 08:44 AM
users like you are too few man, you have made some great posts and great contributions. thank you ! kudos bro
02-10-2015, 03:31 AM
(02-08-2015 08:44 AM)Loomy Wrote: [ -> ]users like you are too few man, you have made some great posts and great contributions. thank you ! kudos broThanks for the compliment, appreciated!
Pages: 1 2