QUESTION Site home page not enabled by default - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: QUESTION Site home page not enabled by default (/showthread.php?tid=16382) |
Site home page not enabled by default - jayadevu - 2021-04-19 Hi, I am a new member and this is my first post. I have uploaded GetSimpleCMS into a folder on my web site abc.com/public_html/GetSimpleCMS. Now when accesing my site, I get a directory listing of the site instead of it accessing the home page. However abc.com/GetSimpleCMS correctly shows my homepage. What changes do I have to make, so the whenever my site is accessed, it points to the homepage instead of directory. Warm regards, Jayadev RE: Site home page not enabled by default - Felix - 2021-04-19 Uploading and Installing the GS cms is one of the most easiest things to do. Did you go through the forum posts for examples and help ? Did you read the wiki for install instructions ? http://get-simple.info/wiki/installation If you need further support please inform us about your hoster and php version you have to make screenshots of what you are doing. imgbb is a decent screenshot share as it allows auto delete after x-time https://imgbb.com/ RE: Site home page not enabled by default - jayadevu - 2021-04-19 Hi Felix, Many thanks for your prompt reply. Yes, I have gone through the wiki. I had accordingly installed getsimpleCMS in a folder as in abc.com/getsimpleCMS, hence as and when I type abc.com in any of the explorers, I get the directory listing of abc.com, but if I type abc.com/getsimpleCMS, my home page is activated. So, I only need to know: 1. How to point to abc.com/getsimpleCMS as and when someone tries abc.com. 2. Or, how the admin\index.php can be activated as and when someone tries abc.com Warm regards, Jayadev RE: Site home page not enabled by default - Felix - 2021-04-19 Quote:.... installed getsimpleCMS in a folder .... This is really a classical case with all cms systems You have to adapt your rewrite base One of the many forum posts about it here: http://get-simple.info/forums/showthread.php?tid=3324&highlight=subdirectory Maybe this can help further: https://www.youtube.com/watch?v=2i9-PSuJvkM RE: Site home page not enabled by default - jayadevu - 2021-04-19 Further, copying the index.php and gsconfig.php into the public_html directory alone is not sufficient, shows a lot of errors of "path not found". Changing only the GSADMIN variable to '/admin' and to 'GetSimpleCMS/admin' also does not seem to solve the problem. Do I have to reinstall GetSimpleCMS into public_html directory and recreate the entire site again ? The wiki mentions that GetSimpleCMS can be installed within a folder of the root directory also, but does not mention how to change paths. Please help. Warm regards, Jayadev RE: Site home page not enabled by default - Felix - 2021-04-20 Quote:The wiki mentions that GetSimpleCMS can be installed within a folder of the root directory also, but does not mention how to change paths. http://get-simple.info/wiki/config:htaccess Section: - Installing into subdir whilst keeping root relative Fancy URL's - - - - - - - - - - - - - - - - - - - - - - - Did you check the website url in the Admin settings? |