Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. RewriteCond %{REQUEST_FILENAME} !-d
  2. RewriteCond %{REQUEST_FILENAME} !-f
  3. RewriteRule ^sales/([a-z0-9A-Z-]+)/?$ /sales/boatlist.php?folder=$1 [NC,L]
  4.  
  5. /sales/boatlist.php?folder=yachts
  6.  
  7. <Directory "/var/www/html">
  8. Options All
  9. AllowOverride None
  10. Require all granted
  11. </Directory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement