10 lines
206 B
ApacheConf
Raw Normal View History

Options FollowSymlinks Multiviews
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_URI} !\.(js|ico|txt|gif|jpg|png|css|php)
RewriteRule ^(.*)$ index.php/$1/
SetOutputFilter INCLUDES
AcceptPathInfo On