0byt3m1n1
Path:
/
var
/
www
/
listcrawler.app
/
public_html
/
[
Home
]
File: .htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^.{600,}$ - [F] RewriteRule ^city/([^/]+)$ listing.php?location_name=$1 RewriteRule ^city/([^/]+)/([^/]+)$ listing-detail.php?location_name=$1&ad_title=$2 RewriteRule ^city/([^/]+)/pageno/([0-9]+)$ listing.php?location_name=$1&pageno=$2 RewriteRule ^terms$ terms.php RewriteRule ^privacy$ privacy.php RewriteRule ^guidelines$ guidelines.php RewriteRule ^prohibited$ prohibited.php RewriteRule ^dmca$ dmca.php RewriteRule ^alternative$ alternative.php RewriteRule ^cities$ cities.php RewriteRule ^sponsors/([0-9]+)$ sponsors.php?sponsor_id=$1 RewriteRule ^about-us$ about-us.php RewriteRule ^messages$ messages.php </IfModule>