RewriteEngine On
Options +FollowSymlinks

# Institucional
RewriteBase /avdocs/home
#RewriteBase /

RewriteRule ^area/(.+)$ index.php?pageId=content&path=$1			[L,QSA]
RewriteRule ^content/(.+)$ index.php?pageId=content&docId=$1			[L,QSA]
RewriteRule ^(.+)\.av$ index.php?pageId=$1					[L,QSA]
RewriteRule ^images/(.+)$ index.php?pageId=adminGetFileContent&fieldName=content&size=500&docId=$1        		[L,QSA]
RewriteRule ^thumb/(.+)$ index.php?pageId=adminGetFileContent&fieldName=content&size=180&docId=$1        		[L,QSA]
RewriteRule ^adm/?$ index.php?pageId=adminContent 				[R,L]

#DirectoryIndex index.html
