How to open site written on localhost on mobile

To be honest, it’s hard to guess. Many factors are at play, such as your network settings or your machine’s settings, and settings vary depending on your operating system. Xampp could be a bit complex to set up and make it work across the network. I suggest that you go with a very easy environment … Read more

Running a Development Copy of WordPress?

You can open your database in a text editor and make a search and replace in the database. You have to change developmentsite.com for localsite.com. This method usually gives problems with theme options and widgets settings. To avoid these problems you can use the plugin http://wordpress.org/extend/plugins/duplicator/. This has given me excellent results.

Deprecated: mysql_connect()

Go to your WAMP settings and enable php_mysqli extension. You can do that within the toolbar menu on the right. Just right click on the WAMP icon and go to PHP extensions menu. PHP 5.5 will warn about the deprecated mysql driver functions. Turn off warnings by setting Debug to false in the wp-config.php, or … Read more

Domain Pointing to www.domain.com:8888

Moving a site is more than moving the database. And it is more than updating the wp-options table’s URLs (although that is important). You also have to change any references to the old URL in the database. I use a plugin called “Better Search and Replace” to update the URLs in the database. (There are … Read more