Sub-directory domain on subdomain multisite?

I didn’t find an answer on here. But on the net, it’s in German. I thought I share it here, because it is a neat solution. As suggested I added below cookie constants to the wp-config.php. define( ‘ADMIN_COOKIE_PATH’, “https://wordpress.stackexchange.com/” ); define( ‘COOKIEPATH’, ” ); define( ‘SITECOOKIEPATH’, ” ); And replaced the content of the .htaccess … Read more

Unable to properly load WordPress Admin page

Looks like theme problems to me. I’d change it back to one of the ‘Twenty’ themes as a first step. If OK, then start diagnosing the theme. (You could reinstall the theme manually which might protect settings, or FTP the theme files manually. Or just remove the theme and reinstall, but you might have to … Read more

Multisite install on a sub-directory

Install it at the root and use a custom theme for the first site. Specifically, you want a subdirectory install, and then for the root sites theme, replace the contents of index.php with that of your static html page. You’ll need a style.css with a comment at the top so WP picks it up as … Read more

Problems with running a 2nd installation of WordPress on my domain?

To avoid .htaccess files of WP installations, affect other WP installations, use the following file system structure: hosting_account_folder ┌─────┴─────┐ public_html subdomains ┌────┼────┐ sub1 sub2 sub3 In this scenario, mydomain.com points to hosting_account_folder/public_html, sub1.mydomain.com points to hosting_account_folder/subdomains/sub1, sub2.mydomain.com points to hosting_account_folder/subdomains/sub2, and sub3.mydomain.com points to hosting_account_folder/subdomains/sub3. As you can see, none of WP installations, is a … Read more

new WPMS site not working / Q setting up new site/subdomain

You don’t need a new directory for your subdomain. Both your main URL (www.americanthought.org) and your subdomain URL (www.technology.americanthought.org) should point to the same directory. Multisite will serve the sites from the same set of WordPress files. (I took a quick peek, and it appears that you’ve got your subdomain’s DNS entry pointing at an … Read more

Add subdomain for Vue.js application

Assuming the Vue/Laravel app is completely separate from the WordPress site, the easiest and most basic way to achieve this is just to set the subdomain in your webhosting control panel, and point it to the directory on your webserver where you have uploaded the laravel app. The webserver makes sure that all requests to … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)