UNCjigga
Lifer
Okay, I'm trying to install a content management system called TYPO3 for my website hosted at Dixie Systems. The main file for the site is index.php. However, this file actually is a symlink to index_re.php contained in another folder for the CMS program.
I have put the following in my .htaccess for root where the index.php symlink is:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^typo3$ typo3/index_re.php
RewriteRule ^[^/]*.html$ index.php
However, when I browse over to the file, the browser returns an error: 'Forbidden: You don't have permission to access index.php on this server'
Also, the Apache error log shows: [Sun Mar 23 20:04:52 2003] [error] [client x.x.x.x] Symbolic link not allowed:
/x/x/x/fst/var/www/html/index.php
Is there a way to enable symbolic linking for my index pages with .htaccess??? What should I do? I tried Dixie support tickets but all they said was:
"I don't think clients can create symlinks. You may want to post in the forums to see if someone has a suggestion on how you can work around it with .htaccess. While we allow .htaccess, we don't officially support it or user-installed scripts."
I have put the following in my .htaccess for root where the index.php symlink is:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^typo3$ typo3/index_re.php
RewriteRule ^[^/]*.html$ index.php
However, when I browse over to the file, the browser returns an error: 'Forbidden: You don't have permission to access index.php on this server'
Also, the Apache error log shows: [Sun Mar 23 20:04:52 2003] [error] [client x.x.x.x] Symbolic link not allowed:
/x/x/x/fst/var/www/html/index.php
Is there a way to enable symbolic linking for my index pages with .htaccess??? What should I do? I tried Dixie support tickets but all they said was:
"I don't think clients can create symlinks. You may want to post in the forums to see if someone has a suggestion on how you can work around it with .htaccess. While we allow .htaccess, we don't officially support it or user-installed scripts."