Forum Moderators: rogerd & travelin cat
[edited by: Gemini23 at 12:25 am (utc) on Feb 13, 2018]
https://www.example.com/categorybase/category/page/250/
https://www.example.com/categorybase/category/https:/www.example.com/categorybase/category/page/250/ [edited by: not2easy at 1:04 am (utc) on Feb 13, 2018]
[edit reason] readability [/edit]
RewriteOptions inherit
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# 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 WordPress [edited by: not2easy at 1:02 am (utc) on Feb 13, 2018]
[edit reason] readability [/edit]
[edited by: not2easy at 1:07 am (utc) on Feb 13, 2018]