| Author |
Message |
Ramon
Joined: 12 Oct 2005 Posts: 462 Location: Hoogeveen, NL |
|
rUFUs |
|
Does anyone know how this exactly works? Or have a link to a article or something? Tried to search but could'nt find anything and the readme about it is not translated to English yet
I saw on(i think it's Thriks site) Teamkilled.net that is is possible to have links like http://yoursite.com/2005/12/31/article.html and I quess this is done by rufus.
|
|
| Sun Nov 13, 2005 1:39 am |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
DiGiTAL
Joined: 16 Oct 2005 Posts: 64 Location: Ukraine |
|
|
|
step-by-step
1. make sure mod_rewrite is present
2. admin centre -> options -> system settings ->
{adjusting home directory and main file [index.php (for example)]}
rUFUs = Yes
-> save
3. -> options -> user friendly urls ->
{making necessary changes}
-> save urls.ini
-> create .htaccess
all done
|
|
| Sun Nov 13, 2005 11:33 am |
 |
 |
Ramon
Joined: 12 Oct 2005 Posts: 462 Location: Hoogeveen, NL |
|
|
|
Where do I put this .htaccess file? And should there be anything in it?
|
|
| Sun Nov 13, 2005 3:56 pm |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2683 Location: Germany |
|
|
|
I can only speak about the example page.
Go to Options -> User Friendly Urls and press "Create .htaccess" at the bottom of the screen.
Then a .htaccess file is automatically created in the example folder. Make sure the example folder is writable.
There's nothing more to do.
|
|
| Sun Nov 13, 2005 3:58 pm |
|
 |
Ramon
Joined: 12 Oct 2005 Posts: 462 Location: Hoogeveen, NL |
|
|
| Sun Nov 13, 2005 4:10 pm |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2683 Location: Germany |
|
|
|
And Options -> rUFUs = Yes ?
|
|
| Sun Nov 13, 2005 4:14 pm |
|
 |
Ramon
Joined: 12 Oct 2005 Posts: 462 Location: Hoogeveen, NL |
|
|
|
thank you
But now again there's another problem It now all of a sudden doesn't read the PHP_SELF lines 
|
|
| Sun Nov 13, 2005 4:22 pm |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2683 Location: Germany |
|
|
| Sun Nov 13, 2005 4:26 pm |
|
 |
Ramon
Joined: 12 Oct 2005 Posts: 462 Location: Hoogeveen, NL |
|
|
|
2.4.1, lexa said PHP_SELF was supported with rufus from 2.4.0
|
|
| Sun Nov 13, 2005 4:27 pm |
|
 |
DiGiTAL
Joined: 16 Oct 2005 Posts: 64 Location: Ukraine |
|
|
|
Ramon, .htaccess generates automatically in the folder of your main file that must be adjusted via system settings.
then if you have the rufus turned on you need empty the cache folder because all links you see at your pages was created before you turned rufus on and stored in the cache files.
this is unresolved bug yet
|
|
| Sun Nov 13, 2005 11:20 pm |
 |
 |
Ramon
Joined: 12 Oct 2005 Posts: 462 Location: Hoogeveen, NL |
|
|
|
It had nothing to do with cache files as I have switched caching off in the head.php file
But it doesn't matter any more, I decided to give it a rest and maybe trie again in a couple of months, for now index.php/2005/11/31/article.html will do 
|
|
| Mon Nov 14, 2005 2:31 am |
|
 |
BadDog
Joined: 21 Nov 2005 Posts: 62
|
|
|
|
On my windows server rUFUS will not work and must use [post = "?id={id}"] which is fine for me.
I notice lexa provided a file called urls2.ini which should be used if your server does not like them user friendly URLs 
|
|
| Fri Nov 25, 2005 2:34 pm |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2683 Location: Germany |
|
|
|
 |  | I notice lexa provided a file called urls2.ini which should be used if your server does not like them user friendly URLs  |
That was me, actually.
 |  | On my windows server rUFUS will not work and must use [post = "?id={id}"] which is fine for me. |
Even rUFUs = off which gives you urls like "index.php/2005/11/31/article.htm" doesn't work?
Any ideas why? Because of windows?
|
|
| Fri Nov 25, 2005 3:23 pm |
|
 |
BadDog
Joined: 21 Nov 2005 Posts: 62
|
|
|
|
 |  | Even rUFUs = off which gives you urls like "index.php/2005/11/31/article.htm" doesn't work?
Any ideas why? Because of windows? |
rUFUs = off has no affect for me, still get a server error that it can't be found. I'll look into it and see if I can trace it. Where in the code is rUFUs read?
|
|
| Fri Nov 25, 2005 3:49 pm |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2683 Location: Germany |
|
|
|
inc/plugins.inc.php
|
|
| Fri Nov 25, 2005 3:56 pm |
|
 |
|