Problems with PATH_INFO temlate set [message #10584] |
Thu, 05 June 2003 07:24 |
|
belmax
Messages: 114 Registered: October 2002 Location: Saint-Petersburg, Russia
Karma: 0
|
Senior Member |
|
|
Searchengines ignore my forum
I tryed use PATH_INFO style URL
I test my server from CP - test say OK, i see main page of my forum
I follow to your recomendations:
Quote: | As I've mentioned above you can now fully use PATH_INFO based URLS in your forum. To make it work follow these simple instructions:
Go to admin control panel & enable 'Use PATH_INFO style URLs' if your web server supports them.
Now go to the theme manager and create a new theme based on the path_info template set.
Make the new theme default & enable it
Disable the old theme.
|
But i don't disable old themes, because many users was online.
After this steps i go to forum
Links was changed to new style: http://linuxportal.ru/forums/index.php/f/55/rid=5
I click on the any link
Page was reloaded, but i still stay on the same forums main page - i can't enter in any subforums...
You can see my server configuration:
-
Attachment: phpinfo.php
(Size: 45.77KB, Downloaded 864 times)
sorry for my poor english
[Updated on: Thu, 05 June 2003 07:28] Report message to a moderator
|
|
|
|
|
|
Re: Problems with PATH_INFO temlate set [message #10660 is a reply to message #10651] |
Fri, 06 June 2003 12:40 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Hmm... could check that the GLOBALS.php inside the adm/ directory is actually a symlink to the GLOBALS.php inside the include directory?
And that the GLOBALS.php inside the forum's root directory is a symlink the GLOBALS.php in the include/ directory as well.
FUDforum Core Developer
|
|
|
|
Re: Problems with PATH_INFO temlate set [message #10741 is a reply to message #10733] |
Mon, 09 June 2003 10:46 |
|
belmax
Messages: 114 Registered: October 2002 Location: Saint-Petersburg, Russia
Karma: 0
|
Senior Member |
|
|
I change row #462 in index.php
before:
define('_rsid', ''); define('_rsidl', '');
after:
define('_rsid', '1/'); define('_rsidl', '');
Now guests can browse forum
One more bug:
If PATH_INFO is default template, images with SRC-path like
<img src="images/smiley_icons/icon_rolleyes.gif" border=0 alt="Rolling Eyes"> not work
sorry for my poor english
[Updated on: Mon, 09 June 2003 10:47] Report message to a moderator
|
|
|
|