vBlogetin 1.0 Beta 3.8 the latest version

J

J.Black

Guest
ummm this is so easy to install, a noob can do this xP, just do what lordsyntax told you or do this upload the file attachet here in this post, in to your forum root (in the folder that it´s your vb) example the url could be www.your-site.com so your path could be /home/user/

another example it´s www.your-site.com/forum so the path it´s /home/user/forum

the file will tell you the exact path to your forum so upload that, then open your vblogetin_config.php and put the path (generated by the path.php file the one attachet here) this last part /blogs

example /home/user/forum/blogs or
/home/user/blogs

if it doesn´t work just leave vBulletin and use phpBB is more for Kids , sorry for that and for the explication (it looks that a 7yr kid can install this), but i do that to avoid PM´s i really hate those saying "How To", my god!!! there´s a forum for help !!! and lordsyntax has explained all so i don´t believe that you can´t install this
 

lordsyntax

New Member
check with your hoster for details on how to configure basic .htaccess rules.
Some of the hosters require followsymlinks, others require rewrite base, etc.

better idea: delete the .htaccess and keep the dynamic URLs if you feel unsure about setting up .url-rewrite
 

lordsyntax

New Member
10 bucks and i sort it out ^^
Other than that....as long as the file is named htaccess.php it doesn´t matter what´s in it. When you rename it to .htaccess, then the settings of the .htaccess file are in effect, given that the webserver supports mod-rewrite.

What i didn´t think of is that you might have the option to enable url rewrite in the blog configuration itself. Did you change anything there ?
 
J

J.Black

Guest
run that htaccess.php in your host example:www.you-site.com/forum/htaccess.php
be sure you edit this before you run that going here example:www.you-site.com/forum/admincp/options.php?do=options&dogroup=blog_seo_options

choose a prefix usin SE

SE: SEO Friendly (folders)

then you choose that run example:www.you-site.com/forum/htaccess.php

read the content there and follow the instructions here´s the example

Code:
############################################
## vBlogetin .htaccess rules
##
## Automatically generated by:
## http://www.your-site.com/forum/blogs/htaccess.php
##
## Copy and paste these rules in a .htaccess file at your web root, not at your
## forum or blog root.  If you already have a .htaccess at your web root, such
## as a vbSEO ruleset, you will need to merge these rules with it, placing
## these rules BEFORE any others in the file.
##
## If you ever change your SEO link formats in the future, you will need to
## run this script again and replace your previous vBlogetin .htaccess rules.
##
## Example URL's:
##
## http://www.your-site.com/forum/blogs/the_mud_wallow/
## http://www.your-site.com/forum/blogs/the_mud_wallow/category/wallowing.html/
## http://www.your-site.com/forum/blogs/the_mud_wallow/great_places_to_wallow-36475/
## http://www.your-site.com/forum/blogs/the_mud_wallow/great_places_to_wallow-36475/comment-7.html
##
## AdminCP Settings:
##
## Blog URL: http://www.your-site.com/forum/blogs
## Blog SEO URL: http://www.your-site.com/forum/blogs
## Blog URL Format: SE - Blog Title
## Entry URL Format: SE - Entry ID
## Comment URL Format: SE - Comment ID
## Category URL Format: SE - Category Title
##
## You may need to uncomment either or both of these line to make URL
## rewriting work on your server:
##
## RewriteEngine On
## RewriteBase /


RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} /blogs/(clientscript|images)/
RewriteRule ^(.*)$ $1 [L]

RewriteRule ^/blogs/([-a-z0-9]+)/entry-([0-9]+)/comment-([0-9]+)\.html blogs/viewblog.php?blogtitle=$1&entry=$2&c=$3 [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/entry-([0-9]+)/feed/ blogs/syndication.php?entry=$2 [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/entry-([0-9]+)/ blogs/viewblog.php?blogtitle=$1&entry=$2 [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/category/([-a-z0-9]+)\.html blogs/viewblog.php?blogtitle=$1&categorydata=$2 [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/([0-9]{4})/([0-9]{1,2})/ blogs/viewblog.php?blogtitle=$1&month=$3&year=$2 [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2}).html blogs/viewblog.php?blogtitle=$1&month=$3&year=$2&day=$4 [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/archive.html blogs/viewblog.php?blogtitle=$1&displaymode=archive [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/feed/ blogs/syndication.php?blogtitle=$1 [QSA,L]
RewriteRule ^blogs/([-a-z0-9]+)/ blogs/viewblog.php?blogtitle=$1 [QSA,L]

##
## End vBlogetin .htaccess rules
############################################

Only copy this but the ones generated by the htaccess.php file in your server

Code:
## RewriteEngine On
## RewriteBase /


RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} /blogs/(clientscript|images)/
RewriteRule ^(.*)$ $1 [L]

RewriteRule ^/blogs/([-a-z0-9]+)/entry-([0-9]+)/comment-([0-9]+)\.html blogs/viewblog.php?blogtitle=$1&entry=$2&c=$3 [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/entry-([0-9]+)/feed/ blogs/syndication.php?entry=$2 [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/entry-([0-9]+)/ blogs/viewblog.php?blogtitle=$1&entry=$2 [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/category/([-a-z0-9]+)\.html blogs/viewblog.php?blogtitle=$1&categorydata=$2 [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/([0-9]{4})/([0-9]{1,2})/ blogs/viewblog.php?blogtitle=$1&month=$3&year=$2 [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2}).html blogs/viewblog.php?blogtitle=$1&month=$3&year=$2&day=$4 [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/archive.html blogs/viewblog.php?blogtitle=$1&displaymode=archive [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/feed/ blogs/syndication.php?blogtitle=$1 [QSA,L]
RewriteRule ^blogs/([-a-z0-9]+)/ blogs/viewblog.php?blogtitle=$1 [QSA,L]

##
## End vBlogetin .htaccess rules
############################################

done? if you need more help

pay 10 bucks to lordsyntax
 

mynamesbob

New Member
J.Black said:
run that htaccess.php in your host example:www.you-site.com/forum/htaccess.php
be sure you edit this before you run that going here example:www.you-site.com/forum/admincp/options.php?do=options&dogroup=blog_seo_options

choose a prefix usin SE

SE: SEO Friendly (folders)

then you choose that run example:www.you-site.com/forum/htaccess.php

read the content there and follow the instructions here´s the example

Code:
############################################
## vBlogetin .htaccess rules
##
## Automatically generated by:
## http://www.your-site.com/forum/blogs/htaccess.php
##
## Copy and paste these rules in a .htaccess file at your web root, not at your
## forum or blog root.  If you already have a .htaccess at your web root, such
## as a vbSEO ruleset, you will need to merge these rules with it, placing
## these rules BEFORE any others in the file.
##
## If you ever change your SEO link formats in the future, you will need to
## run this script again and replace your previous vBlogetin .htaccess rules.
##
## Example URL's:
##
## http://www.your-site.com/forum/blogs/the_mud_wallow/
## http://www.your-site.com/forum/blogs/the_mud_wallow/category/wallowing.html/
## http://www.your-site.com/forum/blogs/the_mud_wallow/great_places_to_wallow-36475/
## http://www.your-site.com/forum/blogs/the_mud_wallow/great_places_to_wallow-36475/comment-7.html
##
## AdminCP Settings:
##
## Blog URL: http://www.your-site.com/forum/blogs
## Blog SEO URL: http://www.your-site.com/forum/blogs
## Blog URL Format: SE - Blog Title
## Entry URL Format: SE - Entry ID
## Comment URL Format: SE - Comment ID
## Category URL Format: SE - Category Title
##
## You may need to uncomment either or both of these line to make URL
## rewriting work on your server:
##
## RewriteEngine On
## RewriteBase /


RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} /blogs/(clientscript|images)/
RewriteRule ^(.*)$ $1 [L]

RewriteRule ^/blogs/([-a-z0-9]+)/entry-([0-9]+)/comment-([0-9]+)\.html blogs/viewblog.php?blogtitle=$1&entry=$2&c=$3 [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/entry-([0-9]+)/feed/ blogs/syndication.php?entry=$2 [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/entry-([0-9]+)/ blogs/viewblog.php?blogtitle=$1&entry=$2 [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/category/([-a-z0-9]+)\.html blogs/viewblog.php?blogtitle=$1&categorydata=$2 [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/([0-9]{4})/([0-9]{1,2})/ blogs/viewblog.php?blogtitle=$1&month=$3&year=$2 [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2}).html blogs/viewblog.php?blogtitle=$1&month=$3&year=$2&day=$4 [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/archive.html blogs/viewblog.php?blogtitle=$1&displaymode=archive [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/feed/ blogs/syndication.php?blogtitle=$1 [QSA,L]
RewriteRule ^blogs/([-a-z0-9]+)/ blogs/viewblog.php?blogtitle=$1 [QSA,L]

##
## End vBlogetin .htaccess rules
############################################

Only copy this but the ones generated by the htaccess.php file in your server

Code:
## RewriteEngine On
## RewriteBase /


RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} /blogs/(clientscript|images)/
RewriteRule ^(.*)$ $1 [L]

RewriteRule ^/blogs/([-a-z0-9]+)/entry-([0-9]+)/comment-([0-9]+)\.html blogs/viewblog.php?blogtitle=$1&entry=$2&c=$3 [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/entry-([0-9]+)/feed/ blogs/syndication.php?entry=$2 [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/entry-([0-9]+)/ blogs/viewblog.php?blogtitle=$1&entry=$2 [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/category/([-a-z0-9]+)\.html blogs/viewblog.php?blogtitle=$1&categorydata=$2 [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/([0-9]{4})/([0-9]{1,2})/ blogs/viewblog.php?blogtitle=$1&month=$3&year=$2 [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2}).html blogs/viewblog.php?blogtitle=$1&month=$3&year=$2&day=$4 [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/archive.html blogs/viewblog.php?blogtitle=$1&displaymode=archive [QSA,L]
RewriteRule ^/blogs/([-a-z0-9]+)/feed/ blogs/syndication.php?blogtitle=$1 [QSA,L]
RewriteRule ^blogs/([-a-z0-9]+)/ blogs/viewblog.php?blogtitle=$1 [QSA,L]

##
## End vBlogetin .htaccess rules
############################################

done? if you need more help

pay 10 bucks to lordsyntax
i didnt ask for that. i dont have 10 $
 
Top