costib
Forum Replies Created
-
Forum: Your WordPress
In reply to: The Linux Terminal – please review my websiteHello @johnpope!
Thank you very much for you time.
I will start with the last thing you pointed: the blue circle hover, it’s theme related, I know you can’t click everywhere on the blue to open the link, maybe in future updates that will change.
You were right! -I moved latest posts to the top!
Now, I will change how linux distros images are arranged.
Thank you!
You need to log into your cPanel account and edit the .htaccess file and erase the code you entered.
After that, add the following lines:
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_METHOD} POST RewriteCond %{REQUEST_URI} .(wp-comments-post|wp-login|wp-admin)\.php* RewriteCond %{HTTP_REFERER} !.*YOUR-DOMAIN.* [OR] RewriteCond %{HTTP_USER_AGENT} ^$ RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L] </IfModule>This will help you.
Good luck!
Hello @krashx6
Please try the following code:
This prevents every external POST attempt to:
wp-comments-post.php(less SPAM), wp-login.php and wp-admin.php.Make sure to write your domain.
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_METHOD} POST RewriteCond %{REQUEST_URI} .(wp-comments-post|wp-login|wp-admin)\.php* RewriteCond %{HTTP_REFERER} !.*YOUR-DOMAIN.* [OR] RewriteCond %{HTTP_USER_AGENT} ^$ RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L] </IfModule>Oh…so the problem was on their side?
I’m glad it’s fixed!
Forum: Your WordPress
In reply to: Review my website – what do you think?@tgsb
Can you tell me where are you from? It may be related to my hosting provider…Great feedback!
Thanks guys!
Forum: Everything else WordPress
In reply to: Why my topic about my website was deleted?Yes, that’s true. Sorry, I really didn’t saw it. π
Forum: Your WordPress
In reply to: Review my website – what do you think?Hmm, good point! I will try a new desgin!
Thank you!
Forum: Your WordPress
In reply to: Review my website – what do you think?@roostertail, guess what, you are wrong.
You can’t presume things about stuff you don’t know nothing about.
It’s my photoblog…you can find there the biggest photo archive of Bucharest, the capital of Romania. Also I started working on some DIY stuff, that I will post as soon as it’s finished.
For that “seems to be a spam site” you should stay in a corner with your face looking at the recycle bin.@orange County Limousine, you mean the spinning thing from the slider?
[Personal comments moderated. Actually, this is not a support forum.]
If you can’t access a site at the moment it doesn’t mean it’s [expletive deleted] spam.
Thanks.
Forum: Fixing WordPress
In reply to: Can't add images or update menusYes your website is using 2014 theme.
Also your domain has one 404 error, this link:
http://www.westcoast-east.com/hello-world/large-orig-purse-on-side/
Erase your browser cache and try again. If this is not going to work, login to your server cPanel administration open phpmyadmin go to your site’s database, click on it, select all the tables then click repair table.
If still doesn’t work, try updating again the installation of wordpress from wordpress admin. (I’ll try this first of all…)
Forum: Fixing WordPress
In reply to: White Screen of Death strikes another victimHello,
Go to:
wp-content/
rename the folder named “plugins” to “plugins123”. (without quotes)
Open your browser and clear your cache, browsing data etc.
Then Open yoursite.com/wp-admin/.
Forum: Fixing WordPress
In reply to: multiple 403 errors on new installation of 3.8Please try this:
Open the .htaccess file, erase all the text and enter this.
If you’ll get a 500 – Internal server error just erase this line"Options +FollowSymLinks"and save the file again.Options +FollowSymLinks # 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 WordPressSave the file, clear your browser history/cache and try again.
later edit: I can help you with a teamviewer session, if you’d like.
Forum: Plugins
In reply to: [Awesome Weather Widget] 404 errors from @import css fontAll good man!
Sorry for the late answer!
Everyone should try this:
In windows, click START, run, write cmd and click enter.
After that, write this:
ping -t yourwebsite.com
If you’ll get:
“Ping request could not find host yourwebsite.com. Please check the name and try again.”
either your nameservers are not set, either your domain didn’t propagate.
Normally it should take 30 to 60 minutes.
I registered 6+ domains and after writing down the nameservers and registering the domain in cPanel, the website was up in like half an hour.
Forum: Fixing WordPress
In reply to: multiple 403 errors on new installation of 3.8riggsba2
Make sure your wp-admin folder has 755 permission set. (in cpanel is 0755)
Mode User Group World
Read check check check
Write check
Execute check check check
PermissionForum: Installing WordPress
In reply to: Nothing thereDo you mean “demo content” ?
There must be one post named Hello or something like that and some default widgets if you click to view that post.
Can you provide more info?