Bonjour

J4ai installé sur mon forum le hack "Links and Downloads Manager", visible ici : Links and Downloads Manager - vBulletin.org Forum

Or dans les options du hack, il y a cela :




On me propose de mettre cela dans mon htaccess :

Code:
# Sample mod_rewrite rules for LDM seo_friendly standard and extended modes

RewriteEngine on

# --------------------------------------------------------------------------------------------------------------------
#
# If you set *seo_title*, uncomment the next line and change seo_title to your own value
#
#RewriteRule ^(.*)seo_title(.*)     /$1local_links$2

# ------------ Set 1 -------------------------------------------------------------------------------------------------
#
# Uncomment this set to use normal mode seo in an .htaccess file placed in the site's root directory 
# or in the httpd.conf / httpd-vhosts.conf file
#
# - normal mode
#
#RewriteRule ^(.*)local_links/links/([^0-9].+)$                        /$1$2                                                     [R,L]
#RewriteRule ^(.*)local_links/links/([0-9]+)$                        /$1local_links.php?catid=$2                             [R,L]
#RewriteRule ^(.*)local_links/links/([0-9]+)/([0-9]+)$                /$1local_links.php?catid=$2&linkid=$3                     [R,L]
#RewriteRule ^(.*)local_links/jump/([0-9]+)/([0-9]+)$                /$1local_links.php?action=jump&id=$2&catid=$3             [R,L]
#RewriteRule ^(.*)local_links/play/([0-9]+)/([0-9]+)$                /$1local_links.php?action=play&catid=$2&linkid=$3         [R,L]
#RewriteRule ^(.*)local_links/links/([0-9]+)(\?page=[0-9]+)$            /$1local_links.php?catid=$2&page=$3                     [R,L]
#RewriteRule ^(.*)local_links/play/([0-9]+)/([0-9]+)(\?page=[0-9]+)$    /$1local_links.php?action=play&catid=$2&linkid=$3&page=$4    [R,L]
#
# ------------ Set 1 -------------------------------------------------------------------------------------------------

# ------------ Set 2 -------------------------------------------------------------------------------------------------
#
# Uncomment this set to use extended mode seo in an .htaccess file placed in the site's root directory 
# or in the httpd.conf / httpd-vhosts.conf file
#

#RewriteRule ^(.*)/local_links/links/c-[^/]+-([0-9]+)$                        /$1/local_links.php?catid=$2                                 [R,L]
#RewriteRule ^(.*)/local_links/links/c-[^/]+-([0-9]+)/([0-9]+)$                /$1/local_links.php?catid=$2&linkid=$3                     [R,L]
#RewriteRule ^(.*)/local_links/jump/c-[^/]+-([0-9]+)/([0-9]+)$                /$1/local_links.php?action=jump&catid=$2&id=$3             [R,L]
#RewriteRule ^(.*)/local_links/play/c-[^/]+-([0-9]+)/([0-9]+)$                /$1/local_links.php?action=play&catid=$2&linkid=$3         [R,L]
#RewriteRule ^(.*)/local_links/links/c-[^/]+-([0-9]+)(\?page=[0-9]+)$        /$1/local_links.php?catid=$2&page=$3                         [R,L]
#RewriteRule ^(.*)/local_links/play/c-[^/]+-([0-9]+)/([0-9]+)(\?page=[0-9]+)$    /$1/local_links.php?action=play&catid=$2&linkid=$3&page=$4    [R,L]
#
# ------------ Set 2 -------------------------------------------------------------------------------------------------

# ------------ Set 3 -------------------------------------------------------------------------------------------------
#
# Uncomment this set to use normal mode seo in an .htaccess file placed in the forum directory 
# Change 'forum' in the second part of the rules with the name of your forum directory

#RewriteRule ^local_links/links/([^0-9].+)$                            /forum/$1                                                 [R,L]
#RewriteRule ^local_links/links/([0-9]+)$                            /forum/local_links.php?catid=$1                         [R,L]
#RewriteRule ^local_links/links/([0-9]+)/([0-9]+)$                    /forum/local_links.php?catid=$1&linkid=$2                 [R,L]
#RewriteRule ^local_links/jump/([0-9]+)/([0-9]+)$                    /forum/local_links.php?action=jump&id=$1&catid=$2         [R,L]
#RewriteRule ^local_links/play/([0-9]+)/([0-9]+)$                    /forum/local_links.php?action=play&catid=$1&linkid=$2     [R,L]
#RewriteRule ^local_links/links/([0-9]+)(\?page=[0-9]+)$            /forum/local_links.php?catid=$1&page=$2                     [R,L]
#RewriteRule ^local_links/play/([0-9]+)/([0-9]+)(\?page=[0-9]+)$    /forum/local_links.php?action=play&catid=$1&linkid=$2&page=$3    [R,L]
#
# ------------ Set 3 -------------------------------------------------------------------------------------------------

# ------------ Set 4 -------------------------------------------------------------------------------------------------
#
# Uncomment this set to use extended mode seo in an .htaccess file placed in the forum directory 

#RewriteRule ^local_links/links/c-[^/]+-([0-9]+)$                    /forum/local_links.php?catid=$1                         [R,L]
#RewriteRule ^local_links/links/c-[^/]+-([0-9]+)/([0-9]+)$            /forum/local_links.php?catid=$1&linkid=$2                 [R,L]
#RewriteRule ^local_links/jump/c-[^/]+-([0-9]+)/([0-9]+)$            /forum/local_links.php?action=jump&catid=$1&id=$2         [R,L]
#RewriteRule ^local_links/play/c-[^/]+-([0-9]+)/([0-9]+)$            /forum/local_links.php?action=play&catid=$1&linkid=$2     [R,L]
#RewriteRule ^local_links/links/c-[^/]+-([0-9]+)(\?page=[0-9]+)$    /forum/local_links.php?catid=$1&page=$2                     [R,L]
#RewriteRule ^local_links/play/c-[^/]+-([0-9]+)/([0-9]+)(\?page=[0-9]+)$    /forum/local_links.php?action=play&catid=$1&linkid=$2&page=$3    [R,L]

#
# ------------ Set 4 -------------------------------------------------------------------------------------------------
J'avoue ne pas avoir trouvé de solution, car si j'active, cette possibilité, j'ai cela : xxxx.net

Et cela me fait tomber sur une page 404

Merci pour votre aide