Skip to main content
Clarified that this is the .htaccess in the subdirectory
Source Link
MrWhite
  • 43.3k
  • 4
  • 51
  • 90

In the /wordpress/.htaccess file, I since changed it to the following:

Options +FollowSymlinks RewriteEngine On RewriteRule ^(.*)$ http://www.superlogical.net/$1 [R=301,L] 

Which resolved it for me.

I since changed it to:

Options +FollowSymlinks RewriteEngine On RewriteRule ^(.*)$ http://www.superlogical.net/$1 [R=301,L] 

Which resolved it for me.

In the /wordpress/.htaccess file, I changed it to the following:

Options +FollowSymlinks RewriteEngine On RewriteRule ^(.*)$ http://www.superlogical.net/$1 [R=301,L] 

Which resolved it for me.

Source Link
Steve
  • 1.4k
  • 4
  • 19
  • 38

I since changed it to:

Options +FollowSymlinks RewriteEngine On RewriteRule ^(.*)$ http://www.superlogical.net/$1 [R=301,L] 

Which resolved it for me.