18 Comments Already

commenter
Andrew Said,
December 12th, 2007 @12:09 am  

Wow, great article. Just performed most of these on Design Float!

commenter
LincolnHawks Said,
December 12th, 2007 @12:10 am  

Good to hear Andrew :) love design float your new template looks really cool man, i did notice one little bug though :P when your on the design float upcoming section the sidebar categories take you to the published sections, taking you out of upcoming. ;)

Keep up the good work and hopefully your new server will make the sites speed increase a little like you posted.

commenter
Blaze Said,
December 24th, 2007 @6:30 pm  

You may want to add this to your .htaccess file as well:

First go to the admin section and click on Configure Pligg > Location Installed. Change the value of your installation directory from http://ww.yoursite.com to http://yoursite.com.

Now attend to your .htaccess file and comment out the following:

## Remove these two lines if you have a sub-domain like http://ashdigg.pligg.com or http://localhost
## Keep if your site it like http://www.pligg.com
## RewriteCond %{HTTP_HOST} !^www\.
## RewriteRule ^\/?(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
##### Re-directing End #####

and underneath it add this:

## Remove http://www., always.
RewriteCond %{HTTP_HOST} ^www\.yoursite\.com [NC]
RewriteRule ^(.*)$ http://yoursite.com/1 [L,R=301]

## Rewrites the index.php page to point to the domain default folder
RewriteCond %{THE_REQUEST} (index\.php) [NC]
RewriteRule ^(.*)index\.php$ http://yoursite.com/1 [L,R=301]

The important of this is that google spiders BOTH of your “www” content and non-www content, because technically speaking, your www is just a subdomain of your main domain name. So it’s better not to use the www in your url and further save yourself from duplicate content.

The second addition is to make sure your index.php just points to your public html folder — thereby removing any duplicate content issues as comparing http://yoursite.com to http://yoursite.com/index.php — which are identical. This should really keep you safe. :-)

commenter
anil Said,
December 24th, 2007 @6:58 pm  

Hello guys,

Have a site am using 2nd method url in pligg and the prob is
http://www.jeqq.com/category/news_technology_Apple

its should be like ths
http://www.jeqq.com/category/news/technology/Apple

or

like digg

http://www.digg.com/apple

But some of the devs told me its not possbile…will that effect my google rankings…

commenter
January 6th, 2008 @5:22 am  

Thanks. I applied a few of the ideas.

commenter
forexnews Said,
January 9th, 2008 @10:28 pm  

followed the example with the robots.txt .. but after a couple of weeks google index-ed only about 30 pages out of over 300 :(

commenter
Ronny Said,
February 4th, 2008 @5:28 pm  

nice tips … great

commenter
MovvBuzz Said,
March 6th, 2008 @3:00 am  

Thanks I clicked a few ads out of appreciation.

commenter
MovvBuzz Said,
March 6th, 2008 @7:20 pm  

Works great thanks!!

commenter
John Said,
April 7th, 2008 @5:58 pm  

The “Friendly URL Rewrite” edits killed the site. Admin and public pages are all blank. I don’t think this works for 9.9.0 :(

commenter
2mk Said,
May 6th, 2008 @8:53 am  

Great tips. I use this tips for my web site.

commenter
netfreak Said,
June 24th, 2008 @4:11 am  

Good one…
I think few of these also can be done with the associated php file at the broadcamp and page title options.

Pingback & Trackback
mygif
Pingback from socialcmsbuzz.com
February 12th, 2008 @4:11 pm  
mygif
Pingback from pligg.com
March 3rd, 2008 @10:16 am  
mygif
Pingback from GoBigg.com
June 13th, 2008 @8:21 am  

Related Post

Please Leave Your Comments Below

Please Note: All comments will be moderated