Title: vectorism's Replies | WordPress.org

---

# vectorism

  [  ](https://wordpress.org/support/users/vectorism/)

 *   [Profile](https://wordpress.org/support/users/vectorism/)
 *   [Topics Started](https://wordpress.org/support/users/vectorism/topics/)
 *   [Replies Created](https://wordpress.org/support/users/vectorism/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/vectorism/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/vectorism/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/vectorism/engagements/)
 *   [Favorites](https://wordpress.org/support/users/vectorism/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Really Simple Security - Simple and Performant Security (formerly Really Simple SSL)] Redirecting to the wrong page](https://wordpress.org/support/topic/redirecting-to-the-wrong-page/)
 *  [vectorism](https://wordpress.org/support/users/vectorism/)
 * (@vectorism)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/redirecting-to-the-wrong-page/#post-14162886)
 * doing your suggestion..
 * RewriteRule ^(.*)$ [https://%](https://%){HTTP_HOST}/$1 [R=301,L]
 * with
 * RewriteRule ^(.*)$ [https://%](https://%){HTTP_HOST}%{REQUEST_URI} [R=301,L]
 * still the same, no luck.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Really Simple Security - Simple and Performant Security (formerly Really Simple SSL)] Redirecting to the wrong page](https://wordpress.org/support/topic/redirecting-to-the-wrong-page/)
 *  [vectorism](https://wordpress.org/support/users/vectorism/)
 * (@vectorism)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/redirecting-to-the-wrong-page/#post-14162820)
 * ok, I just change it, as image shown here, [https://pasteboard.co/JRZQ4uD.png](https://pasteboard.co/JRZQ4uD.png)
   right..
 * but no luck.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Really Simple Security - Simple and Performant Security (formerly Really Simple SSL)] Redirecting to the wrong page](https://wordpress.org/support/topic/redirecting-to-the-wrong-page/)
 *  [vectorism](https://wordpress.org/support/users/vectorism/)
 * (@vectorism)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/redirecting-to-the-wrong-page/#post-14161537)
 * I don’t understand, why I cannot find any ‘SSL’ in the .htaccess file.
    This 
   is the whole file of the .htaccess
 * # BEGIN LSCACHE
    ## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this
   block! ## <IfModule LiteSpeed> RewriteEngine on CacheLookup on RewriteRule .*–[
   E=Cache-Control:no-autoflush] RewriteRule \.object-cache\.ini – [F,L] ### marker
   CACHE RESOURCE start ### RewriteRule wp-content/.*/[^/]*(responsive|css|js|dynamic
   |loader|fonts)\.php – [E=cache-control:max-age=3600] ### marker CACHE RESOURCE
   end ### ### marker FAVICON start ### RewriteRule favicon\.ico$ – [E=cache-control:
   max-age=86400] ### marker FAVICON end ### ### marker DROPQS start ### CacheKeyModify-
   qs:fbclid CacheKeyModify -qs:gclid CacheKeyModify -qs:utm* CacheKeyModify -qs:
   _ga ### marker DROPQS end ### </IfModule> ## LITESPEED WP CACHE PLUGIN – Do not
   edit the contents of this block! ## # END LSCACHE # BEGIN NON_LSCACHE ## LITESPEED
   WP CACHE PLUGIN – Do not edit the contents of this block! ## ## LITESPEED WP 
   CACHE PLUGIN – Do not edit the contents of this block! ## # END NON_LSCACHE #
   BEGIN WordPress # The directives (lines) between “BEGIN WordPress” and “END WordPress”
   are # dynamically generated, and should only be modified via WordPress filters.#
   Any changes to the directives between these markers will be overwritten. <IfModule
   mod_rewrite.c> RewriteEngine On RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:
   Authorization}] RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME}!-
   f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule
   > # END WordPress # php — BEGIN cPanel-generated handler, do not edit # Set the“
   ea-php56” package as the default “PHP” programming language. <IfModule mime_module
   > AddHandler application/x-httpd-ea-php56___lsphp .php .php5 .phtml </IfModule
   > # php — END cPanel-generated handler, do not edit
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Really Simple Security - Simple and Performant Security (formerly Really Simple SSL)] Redirecting to the wrong page](https://wordpress.org/support/topic/redirecting-to-the-wrong-page/)
 *  [vectorism](https://wordpress.org/support/users/vectorism/)
 * (@vectorism)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/redirecting-to-the-wrong-page/#post-14156804)
 * Hi Mark,
    Please allow me to ask here, because I have the same problem.
 * 2 of my subdirectories;
    • [http://vectorise.net/logo](http://vectorise.net/logo)•
   [http://vectorise.net/services](http://vectorise.net/services) does not redirect
   to the correct ‘https’ URL, but it goes to the main page ([https://vectorise.net](https://vectorise.net))
   instead.
 * …
 * my Really Simple SSL plugin settings are;
    Mixed content fixer – ON Enable WordPress
   301 redirect – ON Stop editing the .htaccess file – ON Fire mixed content fixer
   with different method – ON
 * …
 * and below are part of my .htaccess (tell me if you need to see all)
 * <IfModule mod_rewrite.c>
    RewriteEngine On RewriteRule .* – [E=HTTP_AUTHORIZATION:%{
   HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond%{
   REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.
   php [L] </IfModule>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [500 Internal Server Error at wp-admin after install](https://wordpress.org/support/topic/500-internal-server-error-at-wp-admin-after-install/)
 *  [vectorism](https://wordpress.org/support/users/vectorism/)
 * (@vectorism)
 * [15 years ago](https://wordpress.org/support/topic/500-internal-server-error-at-wp-admin-after-install/#post-1653947)
 * just as simple as that.. thanks 😉

Viewing 5 replies - 1 through 5 (of 5 total)