laowai
03-08-2006, 02:10 AM
I'm trying to get the symbolic linking to work. And it works great, until I turn on the URL Rewrite. What happens:
1. Create the symbolic link and don't enter a title. Now browse the directory and get to the symbolic link and click - it takes me to the home page. Without the rewrite, it displays the links in the linked category.
2. If I do enter a title then it works, but none of the links in the related category are displayed. It's empty.
I just downloaded a couple of days ago, so am using 2.0.0 RC5.2. I've had a good search through the forum for an answer, but no solutions.
These are the rewrite rules in htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [QSA,L]
And using:
Apache 1.3.34
PHP 4.3.10
Any suggestions of how to fix?
Thanks
1. Create the symbolic link and don't enter a title. Now browse the directory and get to the symbolic link and click - it takes me to the home page. Without the rewrite, it displays the links in the linked category.
2. If I do enter a title then it works, but none of the links in the related category are displayed. It's empty.
I just downloaded a couple of days ago, so am using 2.0.0 RC5.2. I've had a good search through the forum for an answer, but no solutions.
These are the rewrite rules in htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [QSA,L]
And using:
Apache 1.3.34
PHP 4.3.10
Any suggestions of how to fix?
Thanks