File: /home/u590867752/domains/himanshuartinstitute.com/public_html/wall/.htaccess
RewriteEngine On
# Old query URL ko directly www pretty URL par redirect kare
RewriteCond %{THE_REQUEST} \s/+wall/feed\.php\?slug=([^&\s]+) [NC]
RewriteRule ^feed\.php$ https://www.himanshuartinstitute.com/wall/feed/%1 [R=301,L,NE,QSD]
# Wall ke sabhi non-www URLs ko www par redirect kare
RewriteCond %{HTTP_HOST} !^www\.himanshuartinstitute\.com$ [NC]
RewriteRule ^ https://www.himanshuartinstitute.com%{REQUEST_URI} [R=301,L,NE]
# Pretty post URL ko internally feed.php tak pahunchaye
RewriteRule ^feed/([^/]+)/?$ feed.php?alias=$1 [L,QSA]