Anonymous
public text v1 · immutableRewriteEngine on
RewriteBase /
RewriteRule ^([^.]+)\.html$ $1.php [QSA,L]
RewriteRule ^officespace/submarket/([0-9]+)/(.*?).html$ listing.php?loc=$1 [QSA,L]RewriteEngine on
RewriteBase /
RewriteRule ^([^.]+)\.html$ $1.php [QSA,L]
RewriteRule ^officespace/submarket/([0-9]+)/(.*?).html$ listing.php?loc=$1 [QSA,L]