Voila bonjour j ' ai un problémme avec le hack de référencement pour vbulletun url rewriting etc...
Lien du hack: http://www.vbulletin.org/forum/showthread.php?t=127336
Mon problémme est le .htaccess il donne:
----------------------------------------
Options +FollowSymlinks
RewriteEngine on
----------------------------------------
Add the following lines at the end of the file
----------------------------------------
RewriteRule ^([a-z0-9_-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?.html)$ showthread.php/$1 [QSA,L]
RewriteCond %{REQUEST_URI} !(index.php|.css) [NC]
RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]
----------------------------------------
Quand je met ce htaccess et que je veux acceder à mon forum sa me met sa:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@x-dozboard.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
à mon avis c' est dans le .htaccess mais il faut modifier quoi ? quelle ligne?
Merci.
Lien du hack: http://www.vbulletin.org/forum/showthread.php?t=127336
Mon problémme est le .htaccess il donne:
----------------------------------------
Options +FollowSymlinks
RewriteEngine on
----------------------------------------
Add the following lines at the end of the file
----------------------------------------
RewriteRule ^([a-z0-9_-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?.html)$ showthread.php/$1 [QSA,L]
RewriteCond %{REQUEST_URI} !(index.php|.css) [NC]
RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]
----------------------------------------
Quand je met ce htaccess et que je veux acceder à mon forum sa me met sa:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@x-dozboard.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
à mon avis c' est dans le .htaccess mais il faut modifier quoi ? quelle ligne?
Merci.