luispipe/roap/master/.htaccess
<IfModule mod_rewrite.so> RewriteEngine On RewriteCond $1 !^(index.php|images|stylesheets|javascript) RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^(.*) /roap/index.php/$l [L] RewriteRule ^uploadify/.*$ - [PT] RewriteRule ^uploads/.*$ - [PT] </IfModule> <IfModule !mod_rewrite.so> ErrorDocument 404 /roap/index.php </IfModule>