Problem with Renaming Serendipity Directory

Having trouble installing serendipity?
Post Reply
Paul Romaniuk
Posts: 3
Joined: Mon Oct 30, 2006 3:57 am

Problem with Renaming Serendipity Directory

Post by Paul Romaniuk »

I wanted to rename my Serendipity directory from "serendipity" to "blog". Looking over the site, I found the illustrated instructions from the FAQ page and followed the instructions very carefully. Everything seems fine, except for 1 glitch which is the following:

Before when I typed the URL:

http://mywebserver.com/~username/serendipity/

the front page loaded fine. Now however, I get an error message stating that I don't have permission to access /~username/blog/

I can get access fine when the same URL ends with index.php

The same thing happens when I hit the Weblog link on the administrator page of my blog.

I don't see any obvious changes in the permissions on the various files - any thoughts on what could be going wrong here?
Paul Romaniuk
Posts: 3
Joined: Mon Oct 30, 2006 3:57 am

Post by Paul Romaniuk »

Just an update. If I go back to my SQL and change the "blog" back to "serendipity" and then change the folder name back to serendipity, everything works normally again. No permissions were changed along the way, so I'm still don't know why the name change didn't work, unless there's 1 more thing that needs to be changed besides those three directory entries?
azel
Regular
Posts: 265
Joined: Thu Apr 21, 2005 4:28 am
Contact:

Post by azel »

Edit your directory in your .htaccess.

You should change from DirectoryIndex /serendipity/index.php to DirectoryIndex /blog/index.php
Post Reply