Page 1 of 1
Admin template
Posted: Mon Jul 09, 2007 9:53 am
by comdespagne
Hello everyone,
I have set a new host for my blog in order to get rid of Iframe redirection.
BUT
I lost the admin template and the url pointing at admin doesn't work. Can anyone explain that to me ?
Many thanks in advance,
Af
my blog:
http://blog.despagne.fr
my admin
http://blog.despagne.fr/admin/ (doesn't work)
http://blog.despagne.fr/serendipity_admin.php
Re: Admin template
Posted: Mon Jul 09, 2007 10:42 am
by garvinhicking
Hi!
Maybe you need to recreate the .htaccess file or it doesn't work on your new host?
You can go to the s9y configuration using serendipity_admin.php and there re-save the configuration (check that all paths are proper). If it still doesn't work, your new hoster might not support URL rewriting.
Best regards,
garvin
Re: Admin template
Posted: Mon Jul 09, 2007 11:43 am
by comdespagne
garvinhicking wrote:
Maybe you need to recreate the .htaccess file or it doesn't work on your new host?
re-save the configuration (check that all paths are proper).
Thanks Garvin for your answer:
I - how do you actualy recreate .htaccessfile ? do I have to do it manualy ?
As it is today it is quite simple but maybe it is part of the problem:
# BEGIN s9y
DirectoryIndex /index.php
<Files *.tpl.php>
deny from all
</Files>
<Files *.tpl>
deny from all
</Files>
<Files *.sql>
deny from all
</Files>
<Files *.inc.php>
deny from all
</Files>
<Files *.db>
deny from all
</Files>
# END s9y
II - resave configuration, I think I've already tried this option ?
Af
Re: Admin template
Posted: Mon Jul 09, 2007 11:56 am
by garvinhicking
Hi!
In your s9y configuration you must set "URL Rewriting" to "Apache Errorhandling" or "mod_rewrite". Then save configuration and .htaccess will be rewritten.
Regards,
Garvin
Greeeat
Posted: Mon Jul 09, 2007 12:43 pm
by comdespagne
It works !!
Af