SwiffEpics
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images not displaying on frontend of websiteThat fixed it. Thank you so much Andre.
Forum: Fixing WordPress
In reply to: Woke up to “Error establishing a database connection” on my siteThe issue has now been resolved. I restarted the MYSQL server and updated the MYSQL version. Closing thread.
Forum: Networking WordPress
In reply to: Can't fix WordPress Multisite missing stylesheet/wp-admin issueI just tried to make an /nl/ site
The dashboard works, but the actual site will not load. So now im wondering if it will magically fix itself once more.
Forum: Networking WordPress
In reply to: Can't fix WordPress Multisite missing stylesheet/wp-admin issueOMG, this is crazy. All of a sudden it’s magically just started to display the theme.
I don’t even know what fixed it. Could it be that it takes some time to register?
Forum: Networking WordPress
In reply to: Can't fix WordPress Multisite missing stylesheet/wp-admin issueYes that’s the entire .htaccess
Forum: Networking WordPress
In reply to: Can't fix WordPress Multisite missing stylesheet/wp-admin issueI have checked again and the .htaccess is named correctly and inside it has the following:
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L] # END WordPress
Now I wish we decided on a VPS server instead ??
Forum: Networking WordPress
In reply to: Can't fix WordPress Multisite missing stylesheet/wp-admin issueIt’s running Linux.
Would it work if i created my own httpd.conf file in the root folder?
Forum: Networking WordPress
In reply to: Can't fix WordPress Multisite missing stylesheet/wp-admin issueThat’s where the issue lies, because I am on a Godaddy shared hosting plan and they don’t give me access to the httpd.conf
I tried calling them and the advisor had no clue what I was talking about, all he did was link me to their page showing you how to activate Multisite with WordPress.
Forum: Networking WordPress
In reply to: Can't fix WordPress Multisite missing stylesheet/wp-admin issueNevermind I can get into the wp-admin now
now the only problem is the stylesheet. It’s weird because it’s clearly reading the logo and the social icons, but the actual styling will not show.
Forum: Networking WordPress
In reply to: Can't fix WordPress Multisite missing stylesheet/wp-admin issueHi
I have edited my .htaccess but now I get the following error on the browser when I try to go to https://www.mysite.com/fr/wp-admin
The page isn’t redirecting properly
The twenty eleven theme is definitely in the themes folder, on the root site.
Forum: Networking WordPress
In reply to: Can't fix WordPress Multisite missing stylesheet/wp-admin issueI didn’t delete it, but I disabled it. I will try out the subfolder .htaccess
Forum: Networking WordPress
In reply to: Can't fix WordPress Multisite missing stylesheet/wp-admin issueOk I have managed to get into the WP-ADMIN after making some alterations to my .htaccess
but now I still cannot get the theme to work on the new /fr site. bare in mind that I am using the Constellation blank theme which I have edited to our tastes.
Forum: Networking WordPress
In reply to: Can't fix WordPress Multisite missing stylesheet/wp-admin issueHere is my .htaccess at the moment
I have tried multiple adjustments based on things I have read here.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule . index.php [L]</IfModule>
# END WordPress
I also figured something out about our server. Before I tried install multisite we already had the /de directory set up on the server, with it’s own installation. So now that I have set up the /de directory with our multisite I believe it’s not actually operating fully under multisite. Which means we have confused ourself lol.
Even with this confusion Multisite is still not working because I still cannot get the /fr multisite to work.