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

Plugin error after installation

The problem is defiantly not with the theme or any specific plugin. The problem is the fatal error thrown anytime an include or require is seen. My only other suggestion is to open your php.ini file and find the line include_path=”.:/usr/local/lib/php” and comment it out by placing a ; infront of it so it looks … Read more

Powering only a subfolder with WordPress on a LAMP stack with an nginx reverse proxy

If you are still looking for a solution, your nginx configuration should look like this in order to achieve what you described… server { listen 80; server_name yourdomain.com root /path/to/yourdomain.com; index index.php index.html; location / { # directives to handle static site } location /sub { # directives to handle WordPress try_files $uri $uri/ /sub/index.php?$args; … Read more

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