Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
404 error
#1
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
Reply
#2
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')
Reply
#3
Yes, it worked ! Thanks a lot !
Reply
#4
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
Code:
RewriteBase /
or even deleting whole line should do the job.

with friendly urls turned off, links doesn't point to domain/getsimple Wink
Addons: blue business theme, Online Visitors, Notepad
Reply
#5
yojoe,

I believe it's just that filmpl removed his/her GetSimple test site. The homepage was ok when I looked at it.
Reply
#6
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 Wink
Addons: blue business theme, Online Visitors, Notepad
Reply
#7
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
Reply
#8
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.
“Don’t forget the important ˚ (not °) on the a,” says the Unicode lover.
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!
Reply
#9
Thank you for the information, Zegnåt. I’m going to read it.

And congratulations for your graduation !
Reply




Users browsing this thread: 1 Guest(s)