peter azer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to make array for post statusyeah, I solve it by custom post type ui plugin
thanks for replay I fixed it, I’ve chsnged multisite setting to reister both and worked,
thanks.note im using multisite
I’ve same problem my register currently is disabled and im not found any setting for registration in wordpress general setting
Forum: Fixing WordPress
In reply to: two different headersor, is that found alternative for page.php and single.php ?
Forum: Fixing WordPress
In reply to: two different headersnice, and thanks for reply,
I’ve created header-en.php and header-ar.php and called get header-en.php code on index.php, page.php and single.php.. that you mean Sir?
but how to make other pages get header-ar.php code?Forum: Fixing WordPress
In reply to: You must set write permissions (755 or 777) for the cache directoryhello,
I asked my hosts about You set write permissions (755 or 777).
tell me to ask wordpress about which user or admin to make permissions for (755 or 777) and whats permissions needed for (755 or 777) ?
my hosts provider using windows server (IIS).
please I need help, I’ve 3 weeks on this error
thanks a lot.Forum: Fixing WordPress
In reply to: You do not have sufficient permissions to access this page.hello,
I asked my hosts about You set write permissions (755 or 777).
tell me to ask wordpress about which user or admin to make permissions for (755 or 777) and whats permissions needed for (755 or 777) ?
my hosts provider using windows server (IIS).
please I need help, I’ve 3 weeks on this error
thanks a lot.Forum: Fixing WordPress
In reply to: You must set write permissions (755 or 777) for the cache directoryso what I can do for this issue ?
Forum: Fixing WordPress
In reply to: You must set write permissions (755 or 777) for the cache directoryplease I need help
I deactivated all plugin and tried to active theme stil have the error: You do not have sufficient permissions to access this page.Forum: Fixing WordPress
In reply to: You must set write permissions (755 or 777) for the cache directoryhello,
thanks for answer
I use ftp client to edit file permission for index, when I change Numric setting to 666 and click ok nothing canges and file zilla write:
Response: 500 ‘SITE CHMOD 644 index.php’: command not understood
what I can do ?
thanksthanks for replay
i’ve called my service host provider and told me no problem found on our server..
but when i searched about this problem i found someone talking about htaccess file, i seen my files on cpanel, file htaccess not there,
so i created htacces file with myself and uploaded it, the same errors found..
there is my htaccess file code:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]is that correct ?
thanks