| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
DarkGrave
Joined: 18 Dec 2007 Posts: 1
|
Posted: Tue Dec 18, 2007 1:35 am Post subject: Mod Rewrite Help/Suggestion? |
|
|
Is there a neater way / more secure way to map these:
| Code: | RewriteRule ^page/contact/$ /contact.php [L]
RewriteRule ^page/contact$ /contact.php [L]
RewriteRule ^page/terms/$ /index.php?view=tos [L]
RewriteRule ^page/terms$ /index.php?view=tos [L]
RewriteRule ^page/faq/$ /index.php?view=faq [L]
RewriteRule ^page/faq$ /index.php?view=faq [L]
RewriteRule ^post/(.*)/$ /index.php?id=$1&post=true
RewriteRule ^admin/$ /admin.php [L]
RewriteRule ^admin$ /admin.php [L]
# Anime Pages
RewriteRule ^anime/$ /anime.php?view=list
RewriteRule ^anime/view/(.*)/$ /anime.php?anime=$1
RewriteRule ^anime/report/(.*)/$ /anime.php?action=report&id=$1
# RSS Rewrites
RewriteRule ^postrss/$ /rss.xml [L]
RewriteRule ^postrss$ /rss.xml [L]
RewriteRule ^animerss/$ /animerss.xml [L]
RewriteRule ^animerss$ /animerss.xml [L]
# Error Pages
RewriteRule ^backup/ /error.php?type=403 [L]
RewriteRule ^pages(.*) /error.php?type=403 [L]
RewriteRule ^templates(.*) /error.php?type=403 [L]
ErrorDocument 400 /error.php?type=400
ErrorDocument 403 /error.php?type=403
ErrorDocument 404 /error.php?type=404
ErrorDocument 500 /error.php?type=500 |
|
|
|
| Back to top |
|
 |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |