Search found 7 matches

by rich4647
Mon May 05, 2008 12:28 pm
Forum: General discussions
Topic: can't access administration after changing category path
Replies: 5
Views: 2834

The system admin was able to workaround this by changing the values in htaccess and in the database.



update serendipity_config set value = 'categories/%name%' where name ='permalinkCategoryStructure';



<<< RewriteRule ^([0-9a-z\.\_!;,\+\-\%]+) index.php?/$1 [NC,L,QSA]

>>> RewriteRule ...
by rich4647
Sun May 04, 2008 10:39 pm
Forum: General discussions
Topic: can't access administration after changing category path
Replies: 5
Views: 2834

Thanks so much for the reply,

Unfortunately, I was never given file system access to the server so I can't say what htaccess looks like. (I'm working on the access now)

No matter what I do the serendipity_admin.php always redirects to the first page of the category that I tried to display without ...
by rich4647
Sun May 04, 2008 1:45 pm
Forum: General discussions
Topic: can't access administration after changing category path
Replies: 5
Views: 2834

can't access administration after changing category path

I wanted to remove the categories directory of the URL for the blog

Example:

Old:

server/categories/name

New:

server/name

I changed this in the configuration -> paths area, but after I made the change, I can't access the administration page anymore. It just takes me to the blog home page ...
by rich4647
Mon Apr 28, 2008 12:55 pm
Forum: General discussions
Topic: Sharing Content between Pages
Replies: 1
Views: 1667

Sharing Content between Pages

Hello Again All,


Here's my situation:

I have a set of static pages (using the static pages plugin). This set of pages are for things like a FAQ and Contact Us page. The FAQ is actually quite large and is divided up into several sub-pages.


Some of these sub-pages have content which is ...
by rich4647
Thu Apr 24, 2008 1:05 am
Forum: General discussions
Topic: removing /serendipity/ from URL
Replies: 6
Views: 3689

wow thats a lot of great info.

Thanks so much
by rich4647
Wed Apr 23, 2008 12:06 pm
Forum: General discussions
Topic: removing /serendipity/ from URL
Replies: 6
Views: 3689

Thanks for the reply Don,

I figured there was a way to do it.

Can you tell me where Serendipity is configured to point to a directory?

Also, is this an easy task or is it better to simply re-install correctly?
by rich4647
Tue Apr 22, 2008 11:51 pm
Forum: General discussions
Topic: removing /serendipity/ from URL
Replies: 6
Views: 3689

removing /serendipity/ from URL

Good Day,

I am working with a previously installed instance of Serendipity.

I am new to this product and am currently playing with it to see if it meets our needs as a CMS.

In all of our URLs there is the /serendipity/ prefix before anything else.
Is there a configuration setting somewhere that ...