Info
- 4 posts
- 3 voices
- Started 2 years ago by Marcomail
- Latest reply from Marcomail
- This topic is not resolved
Can i delete register.php and bb-login.php page ?
-
- Posted 2 years ago #
i'd use only registration and login page of wordpress, so i can delete this two bbpress pages ?
-
- Posted 2 years ago #
In theory yes.
If wordpress sets the cookies, the part where bbpress reads them is not stored in those two files. -
- Posted 2 years 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.php -
- Posted 2 years ago #
bb-login it's necessary for the logout...i've modified it to point to 404 template
-
You must log in to post.