danielby
Forum Replies Created
-
Forum: Installing WordPress
In reply to: I don’t have permission to access /wp-admin/install.phpIn the control panel of my hosting, says that PHP scripts doesn’t need special permissions, but mod_php is configured in safe mode, so if I need PHP-CGI scripts or applications that install something, I need permissions (770) (but that is done). Besides, I need to create a .htaccess file with the command: Options ExecCGI.
I have just emailed them for further information.
cheers!Forum: Installing WordPress
In reply to: I don’t have permission to access /wp-admin/install.phpthe permissions are right. Thanks anyway!
Forum: Plugins
In reply to: Change users login not to go to the dashboar“and keep firmly in mind that the sort of edit you’re making to the redirect MUST BE DONE every time you upgrade wp.”
Yes, I know that…
“you really need to upgrade it NOW”
I have a lot of configured files…OMG!! xDD
I will try to update to wp 2.0.5 right now.
Thanks!Forum: Plugins
In reply to: Change users login not to go to the dashboarHere is the solution:
Open the wp-login.php file and edit the next lines:Line 28:
change this: $redirect_to = ‘wp-login.php’;
to: $redirect_to = ‘/’;Line 170:
change this: $redirect_to = ‘wp-admin/’;
to: $redirect_to = ‘/’;Whis this changes, when a user log in and log out will be redirected to the index.
ThanksPD: I’m using WordPress 2.0.2 under Debian GNU/Linux
Forum: Plugins
In reply to: Change users login not to go to the dashboarThanks a lot. I’m newbie in wordpress and I didn’t find the correct keyword to search about my problem. Thanks!