Posts

Showing posts with the label wordpress

Issue's related to Wordpress install in Ubuntu 12.10,13.04,13.10

Image
If you are thinking of developing website using popular blogging and CMS software Wordpress in Ubuntu locally in your machine then you may need to follow below steps to smoothly run your Wordpress. Prerequisites...? Get the Latest Wordpress software. How To Get The Result→ When you install xampp in /opt directory,by default you don't have any permissions of writing (or) deleting any files in that directory,so if you try to paste the wordpress directory in htdocs then it will not allow you to move. To solve this go to terminal and type chown -R www-data:www-data /opt/lampp/htdocs                                                                                                     (owner name):(groupname) Now, you...