source: temp/test-xoops.ec-cube.net/html/modules/tinyd0/.htaccess.rewrite @ 405

Revision 405, 558 bytes checked in by root, 20 years ago (diff)
Line 
1RewriteEngine on
2
3RewriteRule ^rewrite/tc_(.*).html$ index.php?id=$1 [L]
4RewriteRule ^rewrite/(.*.html?)$ rewrite.php?wrap=$1 [L]
5RewriteRule ^rewrite/index.php(.*)$ index.php$1 [L]
6RewriteRule ^rewrite/comment_new.php(.*)$ comment_new.php$1 [L]
7RewriteRule ^rewrite/comment_post.php(.*)$ comment_post.php$1 [L]
8RewriteRule ^rewrite/comment_reply.php(.*)$ comment_reply.php$1 [L]
9RewriteRule ^rewrite/comment_edit.php(.*)$ comment_edit.php$1 [L]
10RewriteRule ^rewrite/comment_delete.php(.*)$ comment_delete.php$1 [L]
11RewriteRule ^rewrite/(.*)$ content/$1 [L]
Note: See TracBrowser for help on using the repository browser.