IAmNickOrtiz
Forum Replies Created
-
I think 1and1 has a default index.php or index.html in it’s web documents folder. Make sure to remove that before pushing the WordPress install.
Forum: Fixing WordPress
In reply to: Installed the new update and can't access my dashboard?Sounds like you had a faulty upgrade, try manually updating
Forum: Fixing WordPress
In reply to: HTTP ErrorI would start with the .htaccess that someone posted https://jonrwilson.com/2009/12/wordpress-http-error-crunching-htaccess/ seemed like it worked for a couple of people there… if that doesn’t work simply revert your htaccess to it’s original form.
Forum: Fixing WordPress
In reply to: HTTP Errornot necessarily, looks like others have had this issue. Try some of the stuff posted here and make sure to report back if one of those fixes it.
Forum: Fixing WordPress
In reply to: HTTP Errorcan you tell us what the http error is?
Forum: Fixing WordPress
In reply to: Login Screen Missingif you want it to be site.com/wordpress/ you put all your files in a folder titled “wordpress” and update your db to site.com/wordpress
if you want it to be site.com/blog you would put your wordpress files in a folder titled “blog” and then update your db to site.com/blog
You’re basically putting your files where you want them to display and then telling your database where those files are located.
Forum: Fixing WordPress
In reply to: Login Screen Missinglower case wordpress in the db, or uppercase it in your folder name. They are case sensitive.
Forum: Fixing WordPress
In reply to: Login Screen Missingtry changing both to
https://www.bedsandhertsfuchsiasociety.co.uk/wordpress/
Forum: Fixing WordPress
In reply to: Login Screen MissingI’m assuming there was an improper update to the “Site Address (URL)” and/or “WordPress Address (URL)” since it seems like you weren’t “changing any code”
Do you have access to your database with a tool like phpmyadmin?
Forum: Fixing WordPress
In reply to: Content not displaying properly..The code for the @media query I found was in
https://www.bwrightdesign.net/v2/wp-content/themes/testtheme/library/css/style.css
Forum: Fixing WordPress
In reply to: Content not displaying properly..is this the left padding that you’re talking about?
@media only screen and (min-width: 768px) .eightcol { width: 65.74585634900001%; }
Forum: Fixing WordPress
In reply to: Login Screen MissingIt looks like your wordpress install thinks it’s located in /Blog/ not /wordpress/, did you move your files to a different directory or change it’s base path after the install?
Forum: Fixing WordPress
In reply to: after server transfer – media links are still to old server!?Try Velvet Blues Update URL’s, I have only personally used it once, but it worked great.
If you haven’t already solved this issue. Is your login page redirecting you from /wp-admin/ to /login?