PDA

View Full Version : FollowSymLinks error



sambitbasu
11-06-2007, 02:03 PM
I am trying to symlink my default page to some other page.

1. wp_index.php -> worpress/index.php
2. .htaccess:
-----
Options FollowSymLinks
DirectoryIndex wp_index.php index.php
----

With this settings, I get:

--------
403 Permission Denied
You do not have permission for this request /~basusnet/wordpress/
--------

I haven't changed my DNS to hostmonster's nameserver yet. So I am developng the site with htt://<IP>/~basusnet/ url.

My question is, how to get symlink work?


Thanks.
- Sambit

r2b2
11-06-2007, 05:20 PM
Symlinks should be working without any changes to the htaccess file (ie it works for me)

Check the permissions on the wordpress directory to make sure they are 755