Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
adding additional folder paths
Browse files Browse the repository at this point in the history
  • Loading branch information
philipashlock committed May 27, 2015
1 parent c16d867 commit f252017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample.htaccess
@@ -1,6 +1,6 @@
RewriteEngine on
RewriteRule ^$ index.php [L]
RewriteCond $1 !^(index\.php|img|css|js|fonts|schema|video_files|robots\.txt|favicon\.ico)
RewriteCond $1 !^(index\.php|img|css|js|fonts|schema|archive|digital-strategy|video_files|robots\.txt|favicon\.ico)
RewriteRule ^(.*)$ index.php/$1 [L]

# php_value upload_max_filesize 70M
Expand Down

0 comments on commit f252017

Please sign in to comment.