PDA

View Full Version : URL Rewrite with Symbolic Category Not Working


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

yktan
03-08-2006, 08:19 AM
Hi laowai,

I believe this bugfix might be of interest to you.

Regards,
YK

laowai
03-08-2006, 09:15 AM
Thanks YK. I'd seen that fix and tried it and it didn't work! Just tried it again and it's working. Guess my cut & paste skills ain't too good... :oops:

Cheers.

yktan
03-08-2006, 10:46 AM
You're welcome laowai, great to hear that it is working for you now.

Regards,
YK

ruuz
11-10-2006, 07:03 AM
The bugfix link is not working can someone please post another link. Bcoz I am also having the same problem here.

Thanks.