منتدى استراحات زايد

منتدى استراحات زايد (http://vb.ma7room.com/index.php)
-   منتدى أخبار المواقع والمنتديات العربية والأجنبية (http://vb.ma7room.com/forumdisplay.php?f=183)
-   -   Forum vbSEO, VB4.02 and .htaccess and htaccess.txt (http://vb.ma7room.com/showthread.php?t=347688)

محروم.كوم 03-06-2010 12:50 AM

Forum vbSEO, VB4.02 and .htaccess and htaccess.txt
 
I am running VB 4.02 and VBSEO 3.5
Looking at my files, I seem to have a .htaccess which reads the following:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^diypeople.co.uk$ [OR]
RewriteCond %{HTTP_HOST} ^www.diypeople.co.uk$
RewriteRule ^/?$ "http\:\/\/www\.mydomain\.co\.uk\/forums\/" [R=301,L]



AND



I HAVE A htaccess.txt file, with the following info in:


Options -MultiViews

RewriteEngine On

RewriteBase /

RewriteRule ^product/(.*).html$ products.php?q=$1&rewrite=1&%{QUERY_STRING} [L]

RewriteRule ^review/(.*).html$ reviews.php?q=$1&rewrite=1&%{QUERY_STRING} [L]

RewriteRule ^merchant/$ merchants.php
RewriteRule ^merchant/(.*)/$ search.php?q=merchant:$1:&rewrite=1&%{QUERY_STRING } [L]
RewriteRule ^merchant/(.*)/(.*).html$ search.php?q=merchant:$1:&page=$2&rewrite=1&%{QUER Y_STRING} [L]

RewriteRule ^category/$ categories.php
RewriteRule ^category/(.*)/$ search.php?q=category:$1:&rewrite=1&%{QUERY_STRING } [L]
RewriteRule ^category/(.*)/(.*).html$ search.php?q=category:$1:&page=$2&rewrite=1&%{QUER Y_STRING} [L]

RewriteRule ^brand/$ brands.php
RewriteRule ^brand/(.*)/$ search.php?q=brand:$1:&rewrite=1&%{QUERY_STRING} [L]
RewriteRule ^brand/(.*)/(.*).html$ search.php?q=brand:$1:&page=$2&rewrite=1&%{QUERY_S TRING} [L]





I've checked Google webmaster tool and have seen that the crawl came up with 7, 404 errors.
when I click these errors, i am taken to a page, where no information exist.

These are the urls where the errors have appeared; (please note, i have changed "my domain", thus not to look like im spamming the hell out of VB) :)

http://www.mydomain.co.uk/forums/58-post1.html 404 (Not found)
unavailable
Mar 2, 2010 http://www.mydomain.co.uk/forums/60-post1.html 404 (Not found)
unavailable
Mar 2, 2010 http://www.mydomain.co.uk/forums/76-post1.html 404 (Not found)
unavailable
Mar 2, 2010 http://www.mydomain.co.uk/forums/blo...k-page%20.html 404 (Not found)
unavailable
Feb 21, 2010 http://www.mydomain.co.uk/forums/blo...r-page%20.html 404 (Not found)
unavailable
Feb 21, 2010 http://www.mydomain.co.uk/forums/forums/blogs/all/ 404 (Not found) 1 pages Mar 2, 2010

http://www.mydomain.co.uk/forums/for...gs/best-blogs/


Do I remove one of the htaccess files? - if the answer is yes, how would i rewrite my 301 re-direct?
when i click on one of the links that the 404 came up on, I just go to a blank page?
I actually deleted the two pages with the urls (the other urls listed above have just come from nowhere)

http://www.mydomain.co.uk/forums/blo...k-page%20.html
http://www.mydomain.co.uk/forums/blo...r-page%20.html


could it be a cache issue? please can you help me with this one. Im concerned this may get worse.
This does not look like a vbseo .htaccess ?
I upgraded to 4.02 around 9 days ago - I didn't have this problem before.

many thanks in advance!
ps. both .htaccess and htaccess.txt are located in the main directory.


الساعة الآن 01:19 AM

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By Almuhajir


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227