hshaff
Forum Replies Created
-
Thanks @riaanknoetze – Is there a current recommended version of SSL that’s recommended by Woocommerce? I’d like to give my host specific information if I can.
Forum: Installing WordPress
In reply to: Pointing subdomain to root. Same steps as pointing subdirectory?Thanks James! That answers my question.
Forum: Fixing WordPress
In reply to: Subfolder redirecting to root folderI reset permalinks but the old site is still redirecting to the new. This is what my .htaccess file looks like:
AddType text/html .shtml
AddType text/x-server-parsed-html .shtml
Options -Indexes# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressThese commands don’t mean much to me. I tried deleting the first rewrite rule (^index\.php$) and saw no changes.
Forum: Fixing WordPress
In reply to: Subfolder redirecting to root folderYes…I read this line:
If you are using Permalinks, go to the Administration > Settings > Permalinks panel and update your Permalink structure to your .htaccess file, which should be in the same directory as the main index.php file.
I don’t know exactly what this means though. It is telling me to update, but what am I updating it to?
Do I need to add a permanent rewrite code? This step is unclear to me and more specific guidance would be appreciated!