Posts: 4
Threads: 1
Joined: Aug 2009
2009-08-07, 13:18:58
(This post was last modified: 2009-08-07, 18:22:24 by Derek.)
Hello.
I try to install GetSimple on Fedora web server with Apache, but get "Remote server or file not found". All permissions are 755.
Posts: 14
Threads: 4
Joined: Aug 2009
how have you installed this? in a root directory? or a subfolder?
Posts: 4
Threads: 1
Joined: Aug 2009
Posts: 4
Threads: 1
Joined: Aug 2009
2009-08-07, 16:52:58
(This post was last modified: 2009-08-07, 18:21:14 by Derek.)
I tried GetSimple on local server (XAMPP) and got the same error too.
Posts: 14
Threads: 4
Joined: Aug 2009
I know you probably have but is mod_rewrite enabled on your apache.
I trying to get this to work on lammp as well with little luck. I am stepping through the code
It definitely worked on my web server mauricevolpes.com
I will post back if I get this sorted.
Posts: 104
Threads: 8
Joined: Aug 2009
Make sure mod_rewrite is on, and that you have cURL installed. I am acutally wondering if because in the sub folder you have Capital Letters instead of all lower case. I don't have the .htaccess in front of me to look right now.
------
I can't design for shit but I can code the shit out of your design
Posts: 1,848
Threads: 86
Joined: Aug 2009
the homepage should work with or without mod_rewrite working if you just go to the url /GetSimple/ (without the index.php)
If that doesn't work, look into the /data/pages/ directory to see if the index.xml file is in there. If if isn't - this has to do with the permissions issue that we've seen over and over again.
Sorry for this issue - I am trying to find workarounds on this file/folder permission issue - right now its the biggest outstanding problem...
-
Chris
Thanks for using GetSimple! - Download
Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Posts: 41
Threads: 7
Joined: Aug 2009
I got the 500 error on my localhost(windows) but I just ran it on my site. I think it is the mod_rewrite, because it is the only difference between the servers
Posts: 104
Threads: 8
Joined: Aug 2009
you need mod_rewrite to acces any pages besides the indexes correctly
------
I can't design for shit but I can code the shit out of your design