Custom Permalinks don’t work on local LAMP installation

I had the same problem. It sounds like you don’t have rewrites turned on in your installation. Find your httpd.conf file, find the following line: #LoadModule rewrite_module modules/mod_rewrite.so And remove the # at the beginning so it looks like this: LoadModule rewrite_module modules/mod_rewrite.so Save and then restart the service. Custom Permalinks should now work. There … Read more

WordPress Admin Interface not styled properly

I believe the wordpress URL and site URl are not set right. Please try to edit your wp-config.php adding these lines: define(‘WP_HOME’,’http://example.com’); define(‘WP_SITEURL’,’http://example.com’); Is your index on same folder as wp installation? if not, you need to place it there. I’m talking about placing the URL in the above lines, not the index on the … Read more

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