i'd use only registration and login page of wordpress, so i can delete this two bbpress pages ?
Can i delete register.php and bb-login.php page ?
(4 posts) (3 voices)-
Posted 8 months ago #
-
In theory yes.
If wordpress sets the cookies, the part where bbpress reads them is not stored in those two files.Posted 8 months ago # -
Perhaps better to just the change permissions on these files instead of deleting them.
##(being root do the following)
#Standard location?
cd /var/www/vhosts/<domain.com>/<bbpress>/
chmod 000 bb-login.php
chmod 000 register.phpPosted 8 months ago # -
bb-login it's necessary for the logout...i've modified it to point to 404 template
Posted 8 months ago #
Reply
You must log in to post.