-
Adding Forums
I just added forums to my site.. but it doesnt work. I get this error.
"the requested URL /home/ufvlivec/public_html/user.php was not found on this server"
on forums.ufvlive.com
This is annoying because all the files in this script are encrypted making it impossible for me to make it work..
So assistance would be helpful.
-
You need to edit .htaccess file.
Find
RewriteRule ^install$ - [L]
RewriteRule ^install/(.*) - [L]
Add Below
RewriteRule ^forums$ - [L]
RewriteRule ^forums/(.*) - [L]
Do the same for any sub domain or folder you have.