
RewriteOptions inherit
RewriteEngine on

# Redirect Trailing Slashes If Not A Folder...
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteCond %{REQUEST_URI} (.+)/$
 RewriteRule ^ %1 [L,R=301]

RewriteCond %{REQUEST_URI} !^public
RewriteRule ads.txt - [L]
RewriteRule ^(.*)$ public/$1 [L]
RewriteCond %{HTTP_HOST} ^propertyplus\.com\.pk$ [OR]
RewriteCond %{HTTP_HOST} ^www\.propertyplus\.com\.pk$
RewriteRule ^property\/goldcrest\-vacation\-homes$ "https\:\/\/propertyplus\.com\.pk\/projects\/goldcrest\-vacation\-homes" [R=301,L]
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^(.*)$ "https\:\/\/propertyplus\.com\.pk\/projects\/ah\-theme\-tower$1" [R=301,L]
