daatrujillopu/roapv2/master/.htaccess - Htaccess File

daatrujillopu/roapv2/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 ^(.*) /roapv2/index.php/$l [L]
RewriteRule ^uploadify/.*$ - [PT]
    RewriteRule ^uploads/.*$ - [PT]
</IfModule>

<IfModule !mod_rewrite.so>
  ErrorDocument 404 /roapv2/index.php
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache