gestion droit sur new pour membres
ptiloup33 Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre ptiloup33
- Inscrit le : 29/01/2012
- Site internet
- Groupes :
Reprise du message précédent
voici ce qui a quand j edite le fichier htaccessErrorDocument 404 http://www.comitedesfetesletuzan.fr/member/404.php
il y a que ca dans le fichier c'est grave?
ptiloup33 Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre ptiloup33
- Inscrit le : 29/01/2012
- Site internet
- Groupes :
Options +FollowSymlinks
RewriteEngine on
# Articles #
RewriteRule ^(.*)articles/articles-([0-9]+)-?([0-9]*)-?([0-9]*)(+?[^.]*).php$ /articles/articles.php?cat=$2&id=$3&p=$4 [L,QSA]
# Calendrier #
RewriteRule ^(.*)calendar/calendar-([0-9]+)-([0-9]+)-([0-9]+)-?([0-9]*).php$ /calendar/calendar.php?d=$2&m=$3&y=$4&e=$5 [L,QSA]
# Téléchargement #
RewriteRule ^(.*)download/category-([0-9]+)-?([0-9]+)?(+?[^.]*).php$ /download/download.php?cat=$2&p=$3 [L,QSA]
RewriteRule ^(.*)download/download-([0-9]+)(+?[^.]*).php$ /download/download.php?id=$2 [L,QSA]
RewriteRule ^(.*)download/file-([0-9]+)(+?[^.]*).php$ /download/count.php?id=$2 [L,QSA]
# FAQ #
RewriteRule ^(.*)faq/faq-([0-9]+)(+?[^.]*).php(?question=([0-9]+))?$ /faq/faq.php?id=$2&id_question=$4 [L,QSA]
# Forum #
RewriteRule ^(.*)forum/forum-([0-9]+)-?([0-9]*)(+?[^.]*).php$ /forum/forum.php?id=$2&p=$3 [L,QSA]
RewriteRule ^(.*)forum/topic-([0-9]+)-?([0-9]*)-?([0-9]*)-?([0-9]*)(+?[^.]*).php$ /forum/topic.php?id=$2&pt=$3&idm=$4"e=$5 [L]
RewriteRule ^(.*)forum/cat-([0-9]+)(+?[^.]*).php$ /forum/index.php?id=$2 [L,QSA]
# Galerie #
RewriteRule ^(.*)gallery/gallery-([0-9]+)-?([0-9]*)-?([0-9]*)(+?[^.]*).php$ /gallery/gallery.php?cat=$2&id=$3&p=$4 [L,QSA]
# Multimedia #
RewriteRule ^(.*)media/media-([0-9]+)-?([0-9]*)-?([0-9]*)(+?[^.]*).php$ /media/media.php?id=$2&cat=$3&p=$4 [L,QSA]
# News #
RewriteRule ^(.*)news/news-([0-9]+)-?([0-9]*)-?([0-9]*)(+?[^.]*).php$ /news/news.php?cat=$2&id=$3&p=$4 [L,QSA]
# Pages #
RewriteRule ^(.*)pages/([a-z0-9-]+)$ /pages/pages.php?title=$2
# Sondages #
RewriteRule ^(.*)poll/poll-([0-9]+)-?([0-9]*)-?([0-9]*).php$ /poll/poll.php?id=$2&r=$3&p=$4 [L,QSA]
# Stats #
RewriteRule ^(.*)stats/stats-([a-z]+).php$ /stats/stats.php?$2=1 [L,QSA]
# Web #
RewriteRule ^(.*)web/web-([0-9]+)-?([0-9]*)-?([0-9]*)(+?[^.]*).php$ /web/web.php?cat=$2&id=$3&p=$4 [L,QSA]
# Wiki #
RewriteRule ^(.*)wiki/([a-z0-9-]+)$ /wiki/wiki.php?title=$2
# Contribution #
RewriteRule ^(.*)contribution/contribution-([a-z]+).php$ /contribution/contribution.php?module=$2 [L,QSA]
# Core #
RewriteRule ^(.*)member/member-([0-9]+)-?([0-9]*).php$ /member/member.php?id=$2&p=$3 [L,QSA]
RewriteRule ^(.*)member/pm-?([0-9]+)-?([0-9]{0,})-?([0-9]{0,})-?([0-9]{0,})-?([a-z_]{0,}).php$ /member/pm.php?pm=$2&id=$3&p=$4"e=$5 [L,QSA]
# Error page #
ErrorDocument 404 http://www.comitedesfetesletuzan.fr/member/404.php
# Bandwith protection #
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.comitedesfetesletuzan.fr
ReWriteRule .*upload/.*$ - [F]
# Avoid Hacking Attempt #
RewriteCond %{HTTP_USER_AGENT} libwww [NC]
RewriteRule .* - [F,L]
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie