ChelseaCohen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Issue with .htaccess of WordPress install in sub directoryHello,
I’ve been looking at this and the only difference I am seeing between your .htaccess and the WordPress .htaccess is the v2, which is the subfolder.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /v2/ <—-v2 subfolder
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /v2/index.php [L] <—-v2 subfolder
</IfModule>
# END WordPressHere are two links that may guide you on the right track with subfolder set up:
How to Redirect Your Domain to a Subfolder Using .htaccess
https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory.htaccess – This link contains some subfolder examples
https://codex.wordpress.org/htaccessChelsea
- This reply was modified 9 years, 5 months ago by ChelseaCohen.
Forum: Fixing WordPress
In reply to: Snow falling on frontendHello,
It could be a feature that is flagged in your settings.
Navigate to Settings in the left panel of your Dashboard and from the General tab, scroll down to see if you see the following:
Holiday Snow
Show falling snow on my blog until January 4th.
It could be that this is currently configured to show falling snow on your blog until January 4th.
Chelsea
- This reply was modified 9 years, 5 months ago by ChelseaCohen.