Advertisement
Guest User

htaccess

a guest
Mar 7th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Options FollowSymLinks
  2. RewriteEngine On
  3. RewriteRule ^index.html$ index.php [L]
  4. # AddHandler application/x-httpd-php5 .php
  5. RewriteRule ^(uslugi|aukcje|wycena|galeria|o_firmie|regulamin|kontakt|aukcje_wybor|aukcje2)$ index.php?view=$1 [L]
  6. RewriteRule ^([A-z]*)$ index.php?view=$1 [L]
  7. AddDefaultCharset UTF-8
  8.  
  9. Options +FollowSymlinks
  10. RewriteEngine on
  11. RewriteCond %{HTTP_HOST} ^www.lapnet.net.pl
  12. RewriteRule ^(.*/)?index\.php$ http://lapnet.net.pl$1 [R=301,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement