Originally Posted by Sirdude
i'll bet its available already for you.

just create a 1 liner program called : muhaha.php
PHP Code

<?php echo $_SERVER['PATH_INFO']; ?>


and upload to your root.. then point to it like http://yourdomain.com/muhaha.php

it will --probably-- echo a unix-ie path like /home/bla/public_html or whatever..

if so, you can do the happy dance. then you just turn on spider friendlies in your cpanel and let it rip.
I've done this and get the following:

/muhaha.php

Does that mean that Path_Info is enabled?
I ask because the host says it is, but when I turn on the Spider-Friendly setting the Forum links produce 404 errors.

Some History:
The Forum was originally on another server, and the spider-friendly setting worked fine. My previous Host moved the website w/forum to a new host/server for me. After a few days I noticed that some Bookmarks and links didn't work and found the setting was off.

Are there any other reasons why the spider-friendly urls wouldn't work?
Or is there something additional that might have to be done?

Bill