| Re: NoobForums - Learn Don't Get Flamed! your mobile phone help center Quote:
Originally Posted by Brandon Well... Personally I wouldn't change the url structure of my site with an unsupported mod. Not to mention that after 3.7 is out, who's to say if zoints seo will work
So my choice is vbseo all the way, and you can pick up a used license for $100 if you look around. | I installed and tested Zoints SEO and kept getting the error "No input file specified" after further testing and research I found that neither vBseo or Zoints SEO will work with Godaddy Hosting. Update:
I just found some info for anyone else that reads this I added this test .htaccess file.
Options +FollowSymLinks -MultiViews
rewriteEngine on
rewriteRule ^foo\.html$ Google [R=301,L]
Wait till the next day and test it with foo.html if it redirects to google.com your all set. Quote:
The problem is, that godaddy does not recognize the existence of a .htaccess file right away. it may take about half a day after uploading a .htaccess file before the content was parsed. After that every change to .htaccess will be picked up instantly.
They are probably running a cron job periodically to see which directories contain a .htaccess file and mark those directories with an "AllowOverride" in the central httpd.conf to prevent real-time searching for non-existent .htaccess files every time a page is accessed.
| |