arkgroup
Forum Replies Created
-
Forum: Installing WordPress
In reply to: wp-admin/install.php issuesTry to enable DisplayErrors for php and check http logs of your website. May be you’ll find an error there and it will be a key to solution.
Forum: Installing WordPress
In reply to: httpd rewriting for permalinksDrReaper,
Try to place .htaccess file into root folder of your wordpress.
Forum: Fixing WordPress
In reply to: Blank Page Syndrome and 403 errormikeymizrahi89,
Uploads folder should have 777 permissions if you have php-cli. Try to set 777 permission for /home/a7384958/public_html/wp-content/uploads/ folder. It should help.
Forum: Installing WordPress
In reply to: IIS7 403-Forbiddenmrodger,
Yes, probably permissions are not correct. Try to google an exact error message you have and you’ll find a solution.
Forum: Installing WordPress
In reply to: Transferred site still displays old homepageOops. My link in example has been lost…
Here it is again:
<a href="https://youniversityhub.com/"></a>
Forum: Plugins
In reply to: [G3Client] [Plugin: G3Client] Line 68cheperico,
Probably php_curl is not enabled. You need to activate it.
Try these steps:
– Open C:\xampp\apache\bin\php.ini
– Remove the semi-colon in front of this line: extension=php_curl.dll
– Restart ApacheForum: Installing WordPress
In reply to: Transferred site still displays old homepageADorward,
As I can see both domains has different IPs and you have the same website on both hosting accounts. Try to check website URL in wp-config.php file for new https://youniversityhub.com/ domain name.
Also, may be your HOME link is in header.php template file and it’s not a wordpress variable, but is a usual link like .
Forum: Installing WordPress
In reply to: wp-admin/install.php issues MAMP / Mac local hostDillx,
Yes, you should open Safari first and then type https://localhost:8888/wordpress/wp-admin/install.php in the address bar to run the installation.
Forum: Fixing WordPress
In reply to: Blank Page Syndrome and 403 errorsharebear,
If your Conrol Panel is Plesk, try also a function Fix Permissions. It’s somewhere in control panel, I just don’t remember where exactly. It should eliminate all issues with permissions and ownership using Plesk methods.
Forum: Fixing WordPress
In reply to: Blank Page Syndrome and 403 errorsharebear,
It should not be owner/group issue, however this could be mod_security issue on the server side.
-rw-r–r– means 644 and it’s ok for files.
drwxr-xr-x means 755 and it’s ok for folders.You may try to change all permissions with Filezilla recursively first. Set 644 for files and 755 for folders. You need to choose all your files and folders in main folder of your site, click with the right mouse button and click “File Attributes…”? set 644 for files (755 for folders), click on checkbox at the bottom and choose only files (only folders) option.