Page 2 of 2
Posted: Mon Apr 18, 2005 1:49 pm
by Jr Prod
Posted: Mon Apr 18, 2005 1:53 pm
by garvinhicking
Great it works now

)
Have fun with everything!
Regards,
Garvin
Posted: Mon Apr 18, 2005 5:30 pm
by Hathor
I just switched hosts, and switched from 8.beta6 to 8, and what worked on my old setup isn't working on the new one. I can't do a screenshot until this evening, but maybe I can provide enough relevant info here....?
My "permalink" as specified within the static page plug in is:
index.php?/pages/blog.html
My .htaccess rewrite rule says:
RewriteRule ^pagetitle index.php?serendipity[subpage]=pagetitle
RewriteRule ^static/(.*) /index.php?serendipity[subpage]=$1
The URL I'm expecting it to go to is:
But if you click that, you'll see it just redirects to my home page (which probably means it's a 404 following the error page redirects to home page that I put in .htaccess).
Posted: Mon Apr 18, 2005 7:23 pm
by garvinhicking
Hathor,
the change frmo 0.8-beta6 to 0.8 isn't the cause, but changing your hosts is.
See if your .htaccess contains proper paths and is effective. Maybe your host doesn't allow .htaccess files or mod_rewrite is not active on your host.
Regards,
Garvin
Posted: Mon Apr 18, 2005 7:31 pm
by Hathor
As far as I can tell, the .htaccess file seems okay. My error page redirects work just fine, and you seem to be confirming that the S9 code I showed you is properly written.
So I'll check with my host about the mod-rewrite thing. Thank you!