Speedy Mercer
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Old, Retired, Programmer, having issues getting WP to work.Screw this, I give up. This is SO not intuitive nor does it work “out of the box” with a “5 minute setup.” I’ve deleted EVERYTHING, purged my DB of this foul demon and moved back to good, old, SHTML and straight, simple, PHP.
So long and ya can keep yer spoiled fish.
- This reply was modified 1 month, 3 weeks ago by Speedy Mercer.
Forum: Installing WordPress
In reply to: Old, Retired, Programmer, having issues getting WP to work.As you can see, I’ve tried several things to make it work, most of which I THINK were reasonable and all easily rolled back, nothing “radical.”
{SIGH!} Ok, I’ll just uninstall this installation, download the package from here, install it using the directions provided, and see what happens, I guess.
Weeeeeeeeeeeeeee!
Forum: Installing WordPress
In reply to: Old, Retired, Programmer, having issues getting WP to work.As a test, I made my web root .htaccess file like this:
DirectoryIndex /WordPress/index.php
and the webroot index.html like this:
<!DOCTYPE html>
<html>
<head>
<title>Don't Sweat The Small Stuff!</title>
<META HTTP-EQUIV=Refresh CONTENT="0; URL=/WordPress/index.php">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name=keywords content=""/>
<meta name=description content=""/>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>
<body>
<input type="hidden" name="redirect" value="/WordPress/index.php" />
</body>
</html>It sorta works but NOT as it should! You can open https://dontsweatthesmallstuff.biz and get the WP page I was messing around with to learn how it all works BUT, if you click the link https://dontsweatthesmallstuff.biz/WordPress/wp-admin/index.php you get the login BUT, after grinding for a good bit, you are rewarded with:
This page isn’t working
https://www.dontsweatthesmallstuff.biz?redirected you too many times.
Try deleting your cookies.
ERR_TOO_MANY_REDIRECTSand it eventually quits grinding. THEN, if you fire off: https://dontsweatthesmallstuff.biz/WordPress/index.php
while the https://dontsweatthesmallstuff.biz/WordPress/wp-admin/index.php tab is still up, you get the site page WITH THE EDITING LINKS AT THE TOP!- About WordPress
- Don’t Sweat The Small Stuff!
- Edit site
- 00 Comments in moderation
- New
- Delete Cache
- LLAR
- Howdy,?Admini Strator
Now, If you just open https://dontsweatthesmallstuff.biz, the short one, not fully pathed, you get the WP page I was messing around with to learn how it all works WITHOUT the admin links at the top.
Confused now? I sure am! %-p
Forum: Installing WordPress
In reply to: Old, Retired, Programmer, having issues getting WP to work.Thanks for your response!
I used an installer app on my web hosting provider’s site in their management portal that used to be pretty dependable. It was installed into /WordPress on my webserver. The wp-config.php file, in that folder, was not populated with all the needed data and I put it in following all the instructions I had/could find. The program came with a wp-config-sample.php file that was well commented as to what was need and where to get it going, supposedly, that you were to edit and save as wp-config.php in the install directory.
Looking at the config file, I notice, at the very end, this:
/* That’s all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( ‘ABSPATH’ ) ) {
define( ‘ABSPATH’, DIR . ‘/’ );
}/** Sets up WordPress vars and included files. */
require_once ABSPATH . ‘wp-settings.php’;I wonder if that shouldn’t be:
/* That’s all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( ‘ABSPATH’ ) ) {
define( ‘ABSPATH’, DIR . ‘/WordPress’ );
}/** Sets up WordPress vars and included files. */
require_once ABSPATH . ‘/WordPress/wp-settings.php’;Your thoughts? Thanks again for responding.
Forum: Installing WordPress
In reply to: Old, Retired, Programmer, having issues getting WP to work.Well, CARP! It’s back to just throwing errors.
“Forbidden
You don’t have permission to access this resource.”when using a redirect in an index.html file in the root that redirects it to:
https://dontsweatthesmallstuff.biz/WordPress/index.php
AND, using https://dontsweatthesmallstuff.biz/WordPress/wp-admin/index.php directly results in a login screen and gets the same error on submit now! AAAAAARRRRRRRGGGGGGHHHHHH!
- This reply was modified 1 month, 3 weeks ago by Speedy Mercer.
Forum: Installing WordPress
In reply to: Old, Retired, Programmer, having issues getting WP to work.Ok, it sorta works but I still have pathing issues. My folder structure is:
{WebRoot}/WordPress <– yes, it is camel case.
So, what do I need to get so WordPress is “happy” cause what I have tried does not work right at all.
Please, sir, can I get a clue?
Forum: Installing WordPress
In reply to: Old, Retired, Programmer, having issues getting WP to work.Update 2: getting this error “This page isn’t working
https://www.dontsweatthesmallstuff.biz?redirected you too many times.
Try deleting your cookies.
ERR_TOO_MANY_REDIRECTS
Flusing and restarting Brave browser…Forum: Installing WordPress
In reply to: Old, Retired, Programmer, having issues getting WP to work.Update, it IS a pathing issue! I put “DirectoryIndex /WordPress/index.php” in my webroot .htaccess file and WordPress Fired right up! Still struggling with https://dontsweatthesmallstuff.biz/WordPress/wp-admin/index.php
though…