<Files *.css> SetOutputFilter GZIP </Files> <IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d ErrorDocument 404 / ### # Urls amigáveis ### # Eventos RewriteRule ^fotos/?$ fotos.php [NC] RewriteRule ^fotos/([0-9a-z-]+)/?$ fotos.php?evento=$1 [NC] ### # Adiciona '/' no final da URL. Ótimo para SEO ### RewriteCond %{REQUEST_URI} /+[^.]+$ RewriteRule ^(.+[^/])$ %{REQUEST_URI}/ [R=301,L] </IfModule>
fatorcriativo/lonier/master/.htaccess
