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
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