![]() |
Quick question, in the install docs it says to upload the .htaccess file.
Do you just upload the single .htaccess file OR the whole htaccess folder? The folder contains other files, if I just upload the one .htaccess file, these other files won't get uploaded. Thanks!.. |
Just the .htaccess file. The other files are readme files only.
But read the posts just above yours: If you already have an .htaccess file, you want to ADD the lines from the add-on .htaccess file to the bottom of the existinfg .htaccess file so you do not overwrite what's already there. |
Has anyone managed to get this to work on a GoDaddy hosted site?
|
I have tried everything that I have found on this post to try to fix this. 1st No matter what I put in the Sitemap Files URL field, i get 404'd when i try to access them. I have tried every different permission combination that I could and nothing. I have moved the files and moved them back. Still nothing. My HTACCESS file is exactly as it should be. Google reports same thing 404 not found no matter where i place the files. **screams** I need help!
Thanks:eek: |
Quote:
Often hosts allow mod_rewrite, but NOT for PHP files (GoDaddy for one). The staff at vbSEO wasted my time saying 'do this' and 'do that' when surely they know that it doesn't work with GoDaddy. Really disappointed with them, won't be ordering vbSEO now. |
i just cant get the prick to work lol.
|
My sitemap has generated
Quote:
I tried manually adding the sitemap to "Google Webmaster Tools" but google says the sitemap cannot be found. Also, if i FTP to my root folder, i cant locate the sitemap_1.xml.gz file even though VBSEO says its been created. I get this error while submitting to google manually : Quote:
|
.gz is gzip, a compressed file format. Google is fine with that
|
Okay I have a few questions and hopefully someone can explain them to me....
I installed this hack fine and everything seems to be working fine or at least I hope so... My site map is located at http://www.mysite.net/forums/sitemap_index.xml.gz. I added a robots.txt and put inside http://www.mysite.net/forums/sitemap_index.xml.gz. Well I went to google add my sitemap and put the link in and it loaded.. How will it upload to google automatically? Also whats the point of have .htaccess? Is it needed? Is robots.txt needed or should I get rid of it..? In the vBSEO settings theres a spot for your "Yahoo ID", but I thought this hack doesn't auto upload to yahoo? Whats the point of having the ID? Quote:
Code:
User-agent: * Thanks for the much needed help! --UnknownKind Hopefully this also clears up the same problems other people are having.... |
Very nice work! Can't wait to see the results! But I have a couple problems...
My website is running vBulletin in a /forums/ folder (ex: http://www.domain.com/forums/) and I have a normal website in my root (not vBadvanced or some other portal). I added my root website to the extra-urls.txt in hopes that it will be added to the sitemap. I also set my root as the Sitemap URL, expecting the sitemaps (or atleast the sitemap index) to be generated in my root (http://www.domain.com/sitemap_index.xml.gz). Problem part:: I just ran the scheduled task to see if it would generate a new sitemap index in the root and no dice. It didn't even generate it in the default vBulletin directory (/forums/). The only place that it is stored is http://www.domain.com/forums/vbseo_s...p_index.xml.gz. And now I just got a few errors in my log complaining that there was no file http://www.domain.com/vbseo_sitemap/...getsitemap.php (no /forums/). So anyone know what's going on? The problem was that I had to include "forums/" in the .htaccess instead of just "vbseo_sitemap/..." which I didn't realize until I actually took a look at it :D But I have another bit... I only want Google and Yahoo! to use the archive, so I disabled use of showthread, showpost, member profiles, etc. and only let the sitemaps include the archive. The reason is that I think that search engines can focus more on the content than menu/other links and plus, Yahoo! Slurps have been creating some decent server load, so I think that it might be better with no advanced GUI. Is this a good idea or not? And a new problem: Now that spiders are crawling my archive, some of them are not taking the archive/index.php/ as a directory. I'm getting error logs like "File not found: /forums/archive/f-86.html." I don't want to have to edit the archiving script to include index.php/ in front of every one of its links. I'd much rather use a .htaccess type of thing. Does anyone know how I could do the following in .htaccess? Redirect anything trying to get a *.html file in the /archive/ directory TO /archive/index.php/%filename% (Where %filename% is the *.html file that the client was trying to get) Anyone? :) |
Has anyone got this to work on GoDaddy at all?
|
Quote:
|
Quote:
|
i install this hack, but i make "run sitemap generator", i see this problem:
Code:
[homepage] [2,692.1Kb mem used] [0s (+0s)] edit: i solve this problem through vbseo forums => data chmood777 ;) |
WarDoGG,
Quote:
unknownkind, Quote:
Quote:
|
Quote:
Code:
Sitemap: <sitemap_location> You might bear this in mind for a next version of this add-on. |
Why do I get 404 errors on my forum and in ACP after I've uploaded the .htaccess file?
|
There looks to be an error in the import xml script. When I tried to import the product I got the following error:
Quote:
Quote:
At the top of the screen I get this: Quote:
|
I was skeptical but VBSEO has increased our traffic, thread count, posts 3 fold since installing VBSEO - so stoked more people are discovering our site
http://discussion.socalskateparks.com |
Quote:
|
My guess would be that you already had an .htaccess file for vBSEO in your forums directory and you overwrote it with the .htaccess file in the vbSEO sitemap distribution. The instructions tell you that if you already have an .htaccess file (which everyone that's already running vBSEO should) then you need to just add 3 lines to the very bottom of it. Here's the note from the installation docs:
Quote:
|
I know Steve, I read the instructions.
Problem is, I didn't overwrite any existing .htaccess file because I didn't have an .htaccess file in my forum root, and still don't, since I had to remove the one I uploaded from the zip here for my forum to work again. I also don't run vBSEO on this forum. :) Anyone have any other ideas? |
djbaxter,
Quote:
You can specify sitemap in robots.txt, you can submit it to Google webmaster account (to be able to track it) or just send a ping, but sitemap still should be located in the topmost folder. That's why .htaccess entry is required in case if files are stored in a subfolder. Steve St.Lauren, please try to uninstall xml product file and reinstall it. Ohiosweetheart, please make sure that your host supports mod_rewrite and allows rewrite rules in .htaccess. |
Quote:
|
Quote:
See http://www.sitemaps.org/protocol.php#submit_robots |
Quote:
|
I already have a .htaccess file. What do i do if i have one? add it to bottom?
|
Quote:
If you see any lines like this: Code:
Options +FollowSymLinks Code:
RewriteRule ^(sitemap.*\.(xml\.gz|txt))$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 Code:
[R=301,L] Code:
Options +FollowSymLinks |
Ok thanks but it is not writing the links as SEO, i have zoints SEO installed and its working for example
but its writing to the site map as |
Turn off mod_rewrite on the Zoints modification.
|
Ohiosweetheart,
please try to add "RewriteBase /forums/" line to your .htaccess (replace /forums/ with your folder name). djbaxter, Quote:
Quote:
|
Hi ,
i have 3 questions : 1 - i have 102,142 Links and it takes 450.17 s !! i think it s not normal . is there anyway that we can set when seo is active forum will be close ?? something like that ? 2 - before i had all Sitemaps in my forum directory , but now they r only in /forum/vbseo_sitemap/data/ ! and i can not locate the last one in Google webmaster page . i did wrong somewhere ?? 3 - when i want to Active HOT LINK PROTECTION i get this error : Quote:
thanks in advance |
Hello,
1. it is suggested to set the execution time for scheduled task to the moment with minimal activity on your forums 2. you should create .htaccess file as described, the files will still be saved in data/ folder, but you will be able to access them in forums root 3. what is your complete .htaccess file contents? |
I'm getting a blank page when running the script, i've just moved to a new server,
the PHP limit time to run scripts is 1000 Sec' what can i do? i really need it back.. I've been using it for a year now.. what to do? |
Hello,
do you get any details in server's error log? |
no there isn't any thing in the server error log..
|
Quote:
about #2 i : saw that my .htaccess is not available in forum directory !! so i made it again and now it works well . about #3 : my site is redirect from public_html to public_html/forum . so i have just one .htaccess in /forum directory and this is is : Quote:
|
I've fixed the problem, now i have a new problem, in the past i've used vBSEO, it isn;t installed now.
when i'm submitting my sitemaps to google they return errors after downloading the sitemaps - HTTP Error: URL: URL: URL: URL: URL: Date found: 301 (Moved permanently) [?] http://www.atraf-f.net/2036039-post12.html http://www.atraf-f.net/1993365-post23.html http://www.atraf-f.net/1870981-post55.html http://www.atraf-f.net/1924662-post12.html http://www.atraf-f.net/1959712-post6.html Jun 11, 2007 URLs not followed When we tested a sample of the URLs from your Sitemap, we found that some URLs were not accessible to Googlebot because they contained too many redirects. Please change the URLs in your Sitemap that redirect and replace them with the destination URL (the redirect target). All valid URLs will still be submitted. [?] what is this? i don't have any "1959712-post6.html" in my forum.. I also have it - rrors General HTTP error: 404 not found We encountered an error while trying to access your Sitemap. Please ensure your Sitemap follows our guidelines and can be accessed at the location you provided and then resubmit. [?] HTTP Error: Date found: 404 (Not found) [?] Jul 6, 2007 but when i'm trying to access the sitemaps it's working .. but some do work.. sitemap_142.xml.gz Sitemap Web Apr 2, 2007 7 hours ago OK 10000 |
Mecho,
1. that depends on how is your server load affected. You can try to set it to 20-30 seconds. 3. yes, this is correct. |
Thanks iojam
|
All times are GMT. The time now is 08:30 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|