Posts: 49
Threads: 6
Joined: Jun 2010
Hello,
I'm using GetSimple 2.01 on my website (
http://filmpl.toile-libre.org/getsimple/), but each time i click on an element of the menu i have a 404 error page.
Do you have any idea for solving this problem please ?
Thanks,
Filmpl
Posts: 3,491
Threads: 106
Joined: Mar 2010
Your server doesn't seem to support .htaccess
If you disable fancy URLs it will work. (I opened some pages of your site by changing in the URL '/contact' to '/index.php?id=contact')
Posts: 49
Threads: 6
Joined: Jun 2010
Yes, it worked ! Thanks a lot !
Posts: 1,204
Threads: 30
Joined: Jun 2010
Carlos Wrote:Your server doesn't seem to support .htaccess
If you disable fancy URLs it will work. (I opened some pages of your site by changing in the URL '/contact' to '/index.php?id=contact')
It may not be server's fault, but wrong mod rewrite's directive
Look at the url:
http://filmpl.toile-libre.org/getsimple/
filmpl has moved his site to a new location (directory or a subdomain), thus directive
Code:
RewriteBase /getsimple
leads to 404.
changing it to
or even deleting whole line should do the job.
with friendly urls turned off, links doesn't point to domain/getsimple
Addons: blue business theme, Online Visitors, Notepad
Posts: 3,491
Threads: 106
Joined: Mar 2010
yojoe,
I believe it's just that filmpl removed his/her GetSimple test site. The homepage was ok when I looked at it.
Posts: 1,204
Threads: 30
Joined: Jun 2010
hmm....access to .htaccess file makes me think, that there's no mod rewrite on filmpl's hosting.
It can be that apache isn't protected good enough, but I'm not that big optimist
Addons: blue business theme, Online Visitors, Notepad
Posts: 49
Threads: 6
Joined: Jun 2010
Yojoe,
Carlos is right : i have moved my site to a new location, but the problem happened before.
You're right too : my host server doesn't support .htaccess (they use lighttpd).
Regards,
filmpl
Posts: 972
Threads: 27
Joined: Aug 2009
I’m not a lighttpd user so I can’t really help you there, but I might be able to point you in the right direction. Take a look at their docs,
lighttpd has mod_rewrite support as well. If you create the right mod_rewrite rules for lighttpd GetSimple should work with Fancy URLs enabled on your hosting too.
Posts: 49
Threads: 6
Joined: Jun 2010
Thank you for the information, Zegnåt. I’m going to read it.
And congratulations for your graduation !