Can't make Fancy URL work - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5) +--- Thread: Can't make Fancy URL work (/showthread.php?tid=1036) |
Can't make Fancy URL work - Harel - 2010-10-09 Hi guys. I've created a website using GS system in my home pc using XAMPP, and everything worked just fine. As I wanted to move it to a linux based Apache server, some problems appeared. For now, I'm just trying to do a fresh installation of GS, and it seems like I got some unresolved issues. Most of them were solved by me, after installing php-xml, and fix some folders permissions. I'll be happy to hear what the professionals have to say about it. Those are the errors I get when in debug mode: Code: Warning: unlink(/home/server-name/public_html/mysite2/admin/install.php) [function.unlink]: Permission denied in /home/server-name/public_html/mysite2/admin/inc/common.php on line 142 My main problem is with Fancy URL usage. Everything else is functioning (I think). mod_rewrite is enabled, but I still get 404 page when try reach the fancy addrress. Oh, PHP version is 5.1.6 and Website Health Check is all GREEN. Thanks guys ! Can't make Fancy URL work - ccagle8 - 2010-10-09 The errors there are just warnings and have nothing to do with fancy urls. I bet the problem is with the htaccess file in your root folder. Can post it's contents here? Thanks! Can't make Fancy URL work - Harel - 2010-10-09 There's no htaccess file in my root website folder. There is a temp.htaccess though. Can't make Fancy URL work - ccagle8 - 2010-10-10 That's the reason then. Rename temp.htaccess to .htaccess and edit the part in the file that mentions it might need edited if you are installing GS in a subfolder Can't make Fancy URL work - Harel - 2010-10-10 It worked ! Thank you Chris. Can't make Fancy URL work - Zegnåt - 2010-10-11 Let me just comment on those warnings and notices you got: Code: Warning: unlink(/home/server-name/public_html/mysite2/admin/install.php) [function.unlink]: Permission denied in /home/server-name/public_html/mysite2/admin/inc/common.php on line 142 Code: Notice: Use of undefined constant PATHINFO_FILENAME - assumed 'PATHINFO_FILENAME' in /home/server-name/public_html/mysite2/admin/inc/plugin_functions.php on line 26 Of course, when GetSimple works on your server there shouldn’t be too many problems. All of the security features should still work on your version of PHP. Hope this makes things clear! |