rshosting
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Multi php version server: chosen php 7.2 HC reports 5,3Your both websites work for me.. however the info page does not.
Forum: Fixing WordPress
In reply to: I have just updated PHP but WordPress doesn’t recognize ithello there,
It seems your website is still running php 5.4.45. You can verify the same by creating a file with name phpinfo.php under your website with following code:
<? phpinfo(); ?>
Then access that page in browser to verify your PHP version.
Often multiple php rules in .htaccess on CloudLinux servers with CloudLinux PHP selector can cause such issues.
Forum: Fixing WordPress
In reply to: Export Media (only)Check this out
Forum: Fixing WordPress
In reply to: Link in the postWhich theme are you using? You will need to play with its css
Forum: Installing WordPress
In reply to: Can’t install wordpress via fps“Not Found
The requested URL /wp-admin/install.php was not found on this server.”The error most likely means you have not uploaded wordpress and its installation files to correct document root. Please check the document root and upload those files so that they are accessible in browser.
- This reply was modified 5 years, 9 months ago by rshosting.
Forum: Installing WordPress
In reply to: Namecheap subdomain, how do I manually setup WP?I assume you already have an active wordpress on main domain?
You will need to use different database name, mysql username etc for your new instance on your subdomain, as it will be a completely independent instance of wordpress.
Forum: Installing WordPress
In reply to: Prolem with installing wordpressYou can install LAMP (Linux Apache Mysql and PHP) on your local server, setup it as web server and create a dummy domain to install wordpress on your own server.
The only limitation is, it will not be a publicly accessible website for others to view.
Forum: Fixing WordPress
In reply to: Updated to 5.0.3 – Page Content was deletedGreat to know a fix is on your way soon!!
Well backups are very important, so always make sure to preserve your own copy of backups at off-site location. Your backup will include two things:
1) file of your wordpress installation
and
2) database dump of your wordpress.In extreme cases, where you are required to restore your website fro backups, you should need to restore the database followed by restoring the files.
Forum: Fixing WordPress
In reply to: Wp-AdminThank you for that information. Unfortunately, I am unaware how your host bluehost work.. But ideally I assume they should have provided you control panel or some kind of access to install wordpress, which will be followed by creating an admin account for your wordpress installation. It is not necessary that these details be the same as your bluehost logins, but there is a possibility they could be same again. So the best bet here is to confirm from bluehost support.
Forum: Fixing WordPress
In reply to: Updated to 5.0.3 – Page Content was deletedIf you have backups then you should be good to restore your website from those backups, unless they are over-written.
I dont get the point here, you waiting for suggestion to restore from backups? Are you facing any problem while restoring them?Forum: Fixing WordPress
In reply to: Wp-AdminHello… If you are doing a clean install of WordPress, it will create a wordpress username and password for you to login to admin dashboard.
However, if you are importing your wordpress installation from www.remarpro.com then it will require you to login using your email address.
So the question is, what kind of installation or setup you are trying? From your description, it seems you trying to import your wordpress from www.remarpro.com to bluehost server?