Link to WP-CONTENT not working

I have experience with this issue and find solution maybe work with your problem Check Wp-Content Permission change to 775 Delete or rename your .htaccess like .bkphtaccess Setting permalinks as default and save Turn back permalinks as your custom permalink and save If allowed new .htaccess will create automatic, if not copy text at the … Read more

How do I redirect a permalink for a Draft post to a custom 404 page?

Here is what I came up with. Seems to be working. If anyone has suggestions for improvement, I’m all ears: // Redirect links to future posts to Coming Soon page. add_action(‘wp’,’redirect_coming_soon_posts’, 0); function redirect_coming_soon_posts(){ global $wpdb; if ($wpdb->last_result[0]->post_status == “future” && $wpdb->last_result[0]->post_date_gmt != ‘0000-00-00 00:00:00’ && ! is_admin() ): session_start(); $_SESSION[‘next_post_id’] = $wpdb->last_result[0]->ID; wp_redirect( ‘/coming-soon’, … Read more

Why aren’t links clickable on my 404 error page? [closed]

It’s because you have incorrect css being used on some divs within that page. On that page a couple of divs down from the H1 deceleration you have a div with some inline css: <div style=”width: 100%;height: 0;padding-bottom: 56%;position: relative;”> You need to remove the padding-bottom:56%; so it is: <div style=”width: 100%;height: 0;position: relative;”> Then … Read more

WordPress Installation in Subfolder only works half

OK after doing some more research I found out that I had to change the configs for the NGINX files as well. I simply had to add the following parameters before the last closing bracket location /nameofnewsite { try_files $uri $uri/ /nameofnewsite/index.php?$args; } location ~ \.php$ { fastcgi_split_path_info ^(/nameofnewsite)(/.*)$; }

Google 404 Errors

This was caused by a small bug in my first implementation of the rel=”next” and rel=”prev” features that Google launched 2 weeks ago in my WordPress SEO plugin. That bug has been fixed, you’re up to date and the 404’s should go away soon enough, nothing to worry about!

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