so, i still have the same problem as in my last post.
gilles vincent most probably has found where the problem lies:
There is a server cache on you host (skynet) : every spip.php?xyz
return the same page with this line in the header :
X-Cache: MISS from hostingpool012.isp.belgacom.be
→ The page isn’t recalculated because the web server doesn’t
recognize the url format, and think that « xyzt » isn’t a parameter for
your page.
Try the « propre » or « propre2 » format in your configuration, it should
work better.
to do this i needed to :
You should try the mode « propre » or « propre2 » :
insert into ecrire/mes_options.php
$type_urls=‹ propres2 ›;
and rename htaccess.txt into .htaccess
You should try the mode "propre" or "propre2" :
insert into ecrire/mes_options.php
$type_urls='propres2';
and rename htaccess.txt into .htaccess
but then i get an internal server error
anyone has a solution?
Hello,
what's the error exactly?
I am not sure, but it could come from multiple places:
- the rewrite_mod is not enabled in you server configuration
- most likely, the rewrite_base is not correct in the .htaccess, try to open it and change that.
You should try the mode "propre" or "propre2" :
insert into ecrire/mes_options.php
$type_urls='propres2';
and rename htaccess.txt into .htaccess
but then i get an internal server error
anyone has a solution?
Hello,
what's the error exactly?
I am not sure, but it could come from multiple places:
- the rewrite_mod is not enabled in you server configuration
- most likely, the rewrite_base is not correct in the .htaccess, try to
open it and change that.