-
Notifications
You must be signed in to change notification settings - Fork 0
/
.htaccess
executable file
·28 lines (20 loc) · 1.02 KB
/
.htaccess
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
Redirect /avenidaheliodorosalgado http://saloia.tv/v/renF8AHM7K8
Redirect /ruamiguelbombarda http://saloia.tv/v/T9pEb2gVryP
Redirect /ruaalfredodacosta http://saloia.tv/v/4gNz23AYgBM
RewriteRule ^(empresas)$ /pages/empresas.php [L]
RewriteRule ^(mapa)$ /pages/mapa.php [L]
RewriteRule ^(pessoas)$ /pages/pessoas.php [L]
RewriteRule ^(historia|cultura|eventos|politica|autarquias|social|entrevistas|opiniao|desporto)$ /pages/arquivo.php?categoria=$1 [L]
RewriteRule ^v/(.*)$ /pages/video.php?video=$1 [L]
RewriteRule ^procurar/(.*)$ /pages/procurar.php?procurar=$1 [L]
RewriteRule ^empresas/(.*)$ /pages/empresas.php?empresa=$1 [L]
RewriteRule ^(contactos)$ /pages/contactos.php [L]
RewriteRule ^(sobre)$ /pages/sobre.php [L]
RewriteRule ^(publicidade)$ /pages/publicidade.php [L]
ErrorDocument 404 /pages/404.php
</IfModule>