|
إنضمامك إلي منتديات استراحات زايد يحقق لك معرفة كل ماهو جديد في عالم الانترنت ...
انضم الينا
#1
| ||
| ||
If some one could help i would really appreciate it: I need someone to code my .htacces to make it work here http://www.webconfs.com/redirect-check.php here is a thread http://www.vbulletin.com/forum/showt...hlight=redirct , ive tried it and it does not work for me. Or if you can help me figure this out . here is my .htaccess. I took out my url DirectoryIndex forum.php # Comment the following line (add '#' at the beginning) # to disable mod_rewrite functions. # Please note: you still need to disable the hack in # the vBSEO control panel to stop url rewrites. RewriteEngine On # Some servers require the Rewritebase directive to be # enabled (remove '#' at the beginning to activate) # Please note: when enabled, you must include the path # to your root vB folder (i.e. RewriteBase /forums/) Options +Indexes +FollowSymlinks RewriteEngine on RewriteBase / ### ### re-direct sites index.php to site root ### RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.php\ HTTP/ RewriteRule ^(.*)index\.htm$ /$1 [R=301,L] ###old .htaccess codes### rewriteCond %{HTTP_HOST} . rewriteCond %{HTTP_HOST} !^www\.mysite.com rewriteRule (.*) http://www.mysite.com/$1 [R=301,L] #### RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap) RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php [L,QSA] __DEFINE_LIKE_SHARE__ |
مواقع النشر (المفضلة) |
| |