Build WordPress website on a CentOS 6.5 server.
-
@Joyfano said:
I am stuck again cannot access my localhost right now, If i am accessing it using lynx ( running in centos) it says unable to contact localhost.
Except modifying the WP-config.php i also modified my VirtualHost.
Still working on how to fix my localhostWell, since you were able to access the site before you didn't need to touch the VirtualHost settings. So just put that back to the way that it was before.
-
@scottalanmiller said:
@Joyfano said:
I am stuck again cannot access my localhost right now, If i am accessing it using lynx ( running in centos) it says unable to contact localhost.
Except modifying the WP-config.php i also modified my VirtualHost.
Still working on how to fix my localhostWell, since you were able to access the site before you didn't need to touch the VirtualHost settings. So just put that back to the way that it was before.
I now fixed and the syntax and also set the default VirtualHost. I still cannot access my Localhost using my Lynx (running in Centos server).
-
@Joyfano said:
@scottalanmiller said:
@Joyfano said:
I am stuck again cannot access my localhost right now, If i am accessing it using lynx ( running in centos) it says unable to contact localhost.
Except modifying the WP-config.php i also modified my VirtualHost.
Still working on how to fix my localhostWell, since you were able to access the site before you didn't need to touch the VirtualHost settings. So just put that back to the way that it was before.
I now fixed and the syntax and also set the default VirtualHost. I still cannot access my Localhost using my Lynx (running in Centos server).
You returned the file to exactly how it was before you changed it?
-
@Joyfano Remember the golden rule!
Always take backup of any config file before you make any changes, so in case something goes wrong, you can always rename the backup file to original and check.
-
@ambarishrh said:
@Joyfano Remember the golden rule!
Always take backup of any config file before you make any changes, so in case something goes wrong, you can always rename the backup file to original and check.
Very good advice
-
@scottalanmiller Thanks! I learned this the hard way!
-
@ambarishrh said:
@Joyfano Remember the golden rule!
Always take backup of any config file before you make any changes, so in case something goes wrong, you can always rename the backup file to original and check.
Thank you. i just learned that today. I edited my config file without any back up
-
I am now working on how to find the correct wp-config.php.
Is there any way/command that i can use to find it quickly? -
@Joyfano you have to know what directory your web server is using.
-
Finally I made it
-
@Joyfano Congrats!
-
-
@Joyfano awesome
And work on your HTML5
-
@scottalanmiller said:
@Joyfano awesome
And work on your HTML5
Oh yes.. I almost forgot my HTML5 ..
Thanks for reminding me -
@Joyfano Congrats!
-
-
Does wordpress not send email by itself?
Do I need to configure postfix or something manually in order for wordpress to be able to send email?
I ask because my install works great, but will not send the registration email.
http://daerma.com/ -
@JaredBusch said:
Does wordpress not send email by itself?
Do I need to configure postfix or something manually in order for wordpress to be able to send email?
I ask because my install works great, but will not send the registration email.
http://daerma.com/Correct. WordPress does not have its own SMTP server, few things do. On Linux Postfix or SendMail would be how it is done. PHPMail just interacts with the system SMTP handling.
-
Postfix is installed (already was) and i just did a quick configure and it works from a command line. WordPress is still not sending email though.
This worked perfectly from SSH: echo test | mail [email protected]
-
Really frustrated on this. I was simply hoping to set up a basic CMS and be done. Postfix works. WordPress works. WordPress will not send an email. I can find no settings in the dashboard related to PHP mail. So I do more searching and find out there are no settings. You cannot even test. WTF.
Then I also wanted to look at a different theme. When you click install it wants FTP information? No other method. Again WTF?
Not happy with this choice ATM.