LOCAL server not installing wordpress

You don’t rename the links with .htaccess when using WordPress. Simply go to Settings->Permalinks from your dashboard and select the scheme you want. Going by your sample URL, you could put /%postname%/ in the Custom Structure field to get just the post name.

How to enable %postname% permalinks on Mac?

Your /etc/users/{username}.conf should look like this: <Directory “/Users/username/Sites/”> Options Indexes MultiViews FollowSymLinks AllowOverride All AuthConfig Order allow,deny Allow from all </Directory> You also have to change the name Apache runs under to be able to save the .htaccess rules and use the media uploader etc… <IfModule !mpm_netware_module> <IfModule !mpm_winnt_module> User chris Group admin #or you … Read more

how to config the home page locally

Your home page is available on the link in the upper left corner right besides the WordPress logo. Update In your .htaccess or httpd-vhosts.conf you have to declare the index.php as index file, and FollowSymLinks has to be On: # sample .htaccess code Options -Indexes +FollowSymLinks DirectoryIndex index.php index.html

Need help changing back the correct wordpress url

Did you follow the steps outlined here: http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory Specifically did you copy the .htaccess and index.php files back to the root and edit the index.php file with correct filepaths as stated in points 7 – 9? Update The problem was solved by modifying these two options in the wp_options table: siteurl home (See comments)

Cloning blog to localhost via WAMP

You must change the parameters to connect to the database in the file wp-config.php in the root folder of your WordPress installation, or create the same user/password and database name for the database that you have created locally with WAMP. Note: You may have to change the blog_url and every url in the dump that … Read more

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