Quote:
Originally Posted by GodMaster
ok
Code:
http://www.forum.parsiland.com/admincp/index.php
I protect my admincp directory!
.htaccess:
Code:
RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
|
It is weird. Are you sure /admincp does exist on your server? What do you mean "I protect my admincp directory!"?
Another suggestion is if you want to rewrite the findlastposter link on forum index page:
Code:
member.php?find=lastposter&f=134
You can do some configuration in config.php: change
post_parseurl to
1.
This means YABBSEO script will query database to get the corresponding userid(or post id,thread id) for the "nonparsed" links by default. BUT you should have in maind this will use additional mysql queries. If your forum is overloading, it is better to disable this option.
P.S. with YABBSEO lite edition, you could not remove our copyright information from the footer.