Instant install of wordpress

Update: You can use WordPress QI – http://wpquickinstall.com/download/ Not all servers can run SVN, and servers which have problem in WP 5minute install, can’t be cope up with another solution because there is no solution, sometimes server settings are to blame. That said, on a server where everything works fine for a regular installation, WordPress … Read more

wordpress css file

Try to use relative URLs to your imported css files. So try to remove first / from each import URL: @import url(‘styles/forms.css’); @import url(‘styles/tables.css’); @import url(‘styles/homepage.css’); @import url(‘styles/reset.css’); @import url(‘styles/stimenu.css’); @import url(‘styles/layout.css’); @import url(‘styles/demo.css’); Also pay attention to the fact that using @import directives is bad practice and strongly not recommended to use. Use link … Read more

SSH Server with WordPress

I don´t have the reputation for a comment, so an answer must do it. WordPress uses (s?)FTP to install updates and plugins. Your SSH credentials are something different and most possibly not those ones of an FTP account. If you want to use the built-in FTP function of WordPress your hostname is normally “localhost” because … Read more

FTP installation of WordPress

FTP login is more than enough to install wordpress. You just need to upload your wordpress’s root folder content (not root folder itself) via FTP and then open your site’s admin section via browser something like this http://www.yoursite.com/wp-admin/. Then you will see wordpress installation step. Follow that steps and your wordpress installation is done. NOTE … Read more

Install and Update plugins on a VPS WordPress installation

Sorry for posting the question above, I fixed it right after posting here, by following these steps I found on this site http://artofsimplicity.co.uk/wordpress-ftp-auto-upgrade-on-ubuntu sudo apt-get install vsftpd sudo useradd wordpress sudo passwd wordpress # set password for wordpress when prompted. sudo usermod -g www-data wordpress sudo chmod -R g+w /var/www sudo chown -R www-data:www-data /var/www … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)