 |
 |
 |
 |
Registered: 12/25/03
Posts: 125
|
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#201552 - 11/16/07 03:22 PM
Re: Spider Friendly URL's - How do I?
[Re: ScriptKeeper]
|
stranger
|
Registered: 10/26/07
Posts: 24
Loc: Phoenix, AZ USA
|
|
Hi, Thanks for the help. When I activate the checkbox for spider friendly URL's, the forum crashes. I created the php file as you instructed and it doesn't echo anything. Just a blank page at http://www.onelung.net/muhaha.php . Is there a way I can activate the PATH_INFO variable in Apache? Thanks, Daniel.
_________________________
If you're 20 and not a Liberal, you have no heart. But if you're 40 and still a Liberal, you have no brain.
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#218392 - 10/24/08 09:31 PM
Re: Spider Friendly URL's - How do I?
[Re: SD]
|
journeyman
|
Registered: 03/13/07
Posts: 88
|
|
i'll bet its available already for you. just create a 1 liner program called : muhaha.php
<?php echo $_SERVER['PATH_INFO']; ?>
and upload to your root.. then point to it like http://yourdomain.com/muhaha.phpit 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
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
|
|