|
Revision 325, 319 bytes
(checked in by nicolas, 8 months ago)
|
suppression du dossier _javascript inutile
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
RewriteEngine on |
|---|
| 2 |
|
|---|
| 3 |
RewriteRule ^(flv|flvdl|image|gallery|folder|meta|display|comments|slide\-show|private)/(.*)$ /index.php?/$1/$2 |
|---|
| 4 |
|
|---|
| 5 |
RewriteRule ^(select|unselect|selectall|unselectall|selectiong|selectiond|deleteselection|downloadselection)/(.*)$ /index.php?/$1/$2 |
|---|
| 6 |
|
|---|
| 7 |
RewriteRule ^(.*)/templates/(.*)$ /templates/$2 [L] |
|---|
| 8 |
|
|---|
| 9 |
|
|---|