I can't use the [L[Manage Forum]][L[Reported Posts]] and [L[Compile Lang:]]En functions in Orca with any template (including UNI)
how do i fix this.
My HTACCESS file looks like this:
Options -MultiViews
<IfModule mod_php4.c>
php_flag register_globals Off
</IfModule>
<IfModule mod_php5.c>
php_flag allow_url_include Off
php_flag register_globals Off
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /site/
....
and RewriteEngine is on.
How do I fix this???
