RewriteRule ^/blog/([a-zA-Z0-9-/]+)$ /blog/page.php?slug=$1 [NC,PT,L]
Try with the first slash “https://stackoverflow.com/” and look at the flag “PT”
RewriteRule ^/blog/([a-zA-Z0-9-/]+)$ /blog/page.php?slug=$1 [NC,PT,L]
Try with the first slash “https://stackoverflow.com/” and look at the flag “PT”