Firas Bashiti
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changing home pageeasly go to setting –> change your URl ex: https://yoursite.com/blog
before that make a folder in your main /home/site/public_html/blog
thats it .
if u mean you wanna make your friends when they press https://www.yoursite.com to https://www.yoursite.com/blog you need to include this script
<META HTTP-EQUIV=”Refresh” CONTENT=”5;URL=https://www.yoursite.com/?”>
you just change your sitename to your site
and how long to remove your page to your blog ex:5 sec
hope its help .
regardsForum: Fixing WordPress
In reply to: warning : /wordpress/wp-settings.php on line 239i did , its solved .
thanks
Forum: Fixing WordPress
In reply to: error: 530 Login authentication failed..plz help meupload this one ..
its for password reset , not sure if its help u .
https://sw-guide.de/_chcounter/getfile.php?id=36
regards
Forum: Fixing WordPress
In reply to: warning : /wordpress/wp-settings.php on line 239the function.php file missing
thx all .
Forum: Installing WordPress
In reply to: about wp-login.phpwow same trip am doing like this now ..
but what am looking for some tricks to make it in the wp-login.php or some rules works with .htaccess for accessing the wp-login.php for (127.0.0.1) you choose it ..
its a idea nothing more for the new version ..
Forum: Fixing WordPress
In reply to: CHMOD Writeable files for google site mapchmod it its give the permission for “nobody’ to modify it ..
now if crackers modify it where the problem ?
Forum: Fixing WordPress
In reply to: unable to edit .htaccess fileyou rigth .. but am useing it like that !
its never make my box security risk ! i used wp-cache
alot of plugins need to chmod your htaccess files .. if you know what you do so its nothing effect your sys ..
regards
Forum: Fixing WordPress
In reply to: I can not find the ID in admin pannelso delete
<?php $display_categories = array(5,6,7,8,11); $i = 1;
foreach ($display_categories as $category) { ?>and chmod 644 your index.php
about that themes its been different from theme to default wordpress theme …
try to contact themes founder .
regards
Forum: Fixing WordPress
In reply to: unable to edit .htaccess filereally whoami ?
whats your .htaccess owner name ?
the guy had play with his .htaccess file ! so am sure there is miss in his owner name by chmoding or permission indat file !
and the command chmod 777 becouse he need to make his htaccess file be writble .. after that he chmod 755 it !
Forum: Fixing WordPress
In reply to: I can not find the ID in admin pannelyou should go to your Themes Editor then edit “index.php” and paste this code
<?php $display_categories = array(5,6,7,8,11); $i = 1;
foreach ($display_categories as $category) { ?>before line 5,6,7,8,11 line
before you edit index.php you chmod 777 index.php from the FTP or SSH .
regards
Forum: Fixing WordPress
In reply to: I can not find the ID in admin pannelwhat themes you use ?
Forum: Fixing WordPress
In reply to: unable to edit .htaccess fileget everything back and if you have a ssh permission try to chown it to your username
chown username:username .htaccess;chmod 777 .htaccess
run this command from your public_html is you use Cpanel .
regards
Forum: Installing WordPress
In reply to: index.php is not working – 500 Error – [IIS 6.0]look .. sometime if your DB password complex alot like
^TY%$U>%I;l;.58.7.
its getting error with SQL Srv ..
so am sure if your password highest secure .. you should change it to something like dat
EdYDYK%y.^*Tt
but be carefull .. do not let your password in the first with “.” or “,” or “;” make it number or word .. and the end for your password the same ..
change your DB pwd and everything going fine ..
Cheers !
Forum: Installing WordPress
In reply to: index.php is not working – 500 Error – [IIS 6.0]what your .htaccess content ? paste it here please
Forum: Fixing WordPress
In reply to: Any Plugin to Get Server Info In Server