pinaycute
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media Library Not Responding Well after Database Restorethis is the .htaccess by the way
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
RewriteCond %{HTTP_REFERER} !^http://mysite.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://mysite.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://mysite.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://mysite.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ – [F,NC]-oh sorry for double post i forgot the edit.. sorry
Forum: Fixing WordPress
In reply to: Media Library Not Responding Well after Database Restore@hostpuma thanks for replying i really wanted to fix this anyhow the upload permission is 755 by default i changed it to 777 but nothing change
Forum: Fixing WordPress
In reply to: Media Library Not Responding Well after Database RestoreThanks for the reply everyone
@tara i checked wp-content/uploads/ but their is no .htaccess file
@hostpuma this is the error log
[Sun Jul 19 21:42:00.391065 2015] [authz_core:error] [pid 11343] [client 162.158.22.232:58067] AH01630: client denied by server configuration: /home/*mywebsite*/public_html/wp-content/plugins/akismet/akismet.php@mndo123 i already disable all the plugins but the result still the same