|
Re: path_info not working - plx help [message #21891 is a reply to message #21890] |
Sun, 26 December 2004 16:28 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
If you enabled PATH_INFO and made the default them use the path_info template set that should be it. If the URLs do not work, it probably means your webserver is not setup to handle path_info style urls. If you still see old style index.php?t=index type of urls then you need to check your account profile and make sure you got the right theme selected there.
FUDforum Core Developer
|
|
|
Re: path_info not working - plx help [message #28213 is a reply to message #21890] |
Fri, 14 October 2005 02:08 |
Hurry
Messages: 33 Registered: October 2005
Karma: 0
|
Member |
|
|
When I changed the template set to path_info in the default theme in the theme manager, I get the following error and a blank white page:
Warning: fopen(/home/username/public_html/fudforum/rdf.php): failed to open stream: Permission denied in /home/username/public_html/fudforum/data/include/compiler.inc on line 456
Couldn't write to /home/username/public_html/fudforum/rdf.php
path_info is yes in the globals. How to solve this? I did the test and it showed the main page which means path_info is supported by the server.
[Updated on: Fri, 14 October 2005 02:12] Report message to a moderator
|
|
|
Re: path_info not working - plx help [message #28214 is a reply to message #28213] |
Fri, 14 October 2005 02:16 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
This sounds like a permissions problems more so then a path_info. What are the permissions of the rdf file that it is trying to open?
FUDforum Core Developer
|
|
|
|