HEX
Server: LiteSpeed
System: Linux in-mum-web921.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64
User: u590867752 (590867752)
PHP: 8.2.33
Disabled: NONE
Upload Files
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]