Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Rewrite pattern update 'starts with'
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Mar 5, 2014
1 parent 88ee9af commit 571aeeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/.htaccess
Expand Up @@ -11,9 +11,9 @@ RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^shares ./dav.php [L]
RewriteRule ^api ./rest.php [L]
RewriteRule ^user ./index.php?get_action=user_access_point [L]
RewriteCond %{REQUEST_URI} !index
RewriteCond %{REQUEST_URI} !plugins
RewriteCond %{REQUEST_URI} dashboard|settings|ws-
RewriteCond %{REQUEST_URI} !^/index
RewriteCond %{REQUEST_URI} !^/plugins
RewriteCond %{REQUEST_URI} ^/dashboard|^/settings|^/ws-
RewriteRule (.*) index.php [L]

#Following lines seem to be necessary if PHP is working
Expand Down

0 comments on commit 571aeeb

Please sign in to comment.