1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

SEO Optimization + Re-Design work for www.techarena.in

Discussion in 'Design' started by SaN-DeeP, Aug 29, 2005.

  1. #1
    We are looking forward to completely re-design and seo our portal www.techarena.in running Virtuanews news script.

    I found following sites impressive betanews.com (the way urls are placed on this portal) and flexbeta.net (content placement and headers)

    Please PM me the quote for this project alongwith the time involved.
    If you can suggest a better CMS to work, kindly post the links for same alongwith pricing.

    We are running Vbulletin Forums + PhotoPost Gallery as well.

    Regards,
     
    SaN-DeeP, Aug 29, 2005 IP
  2. Nintendo

    Nintendo ♬ King of da Wackos ♬

    Messages:
    12,890
    Likes Received:
    1,064
    Best Answers:
    0
    Trophy Points:
    430
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    http://www.techarena.in/comments.php?shownews=####
    http://www.techarena.in/articles.php?action=cat&acid=#
    http://www.techarena.in/modules.php?modid=6
    to
    http://www.techarena.in/news/####.html
    http://www.techarena.in/articles/#.html
    http://www.techarena.in/contact_us.html

    domain.com/.htaccess

    Options +Indexes
    Options +FollowSymlinks
    RewriteEngine on
    RewriteBase /
    RewriteRule ^articles/(.*).html$ articles.php?action=cat&acid=$1 [L]
    RewriteRule ^news/(.*).html$ comments.php?shownews=$1 [L]
    RewriteRule ^contact_us.html$ modules.php?modid=6 [L]
     
    Nintendo, Aug 31, 2005 IP
  3. SaN-DeeP

    SaN-DeeP Well-Known Member

    Messages:
    590
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    140
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    hey nintendo,
    thanks for your time this is my complete .htacess file here:

    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^207\.58\.143\.178$
    RewriteRule ^/?(.*)$ http://www.techarena.in/$1 [R=301,L,NS]

    ErrorDocument 400 /
    ErrorDocument 401 /
    ErrorDocument 403 /
    ErrorDocument 404 /
    ErrorDocument 500 /


    Options +Indexes
    Options +FollowSymlinks
    RewriteEngine on
    RewriteBase /
    RewriteRule ^articles/(.*).html$ articles.php?action=cat&acid=$1 [L]
    RewriteRule ^news/(.*).html$ comments.php?shownews=$1 [L]
    RewriteRule ^contact_us.html$ modules.php?modid=6 [L]

    but still the contents on www.techarena.in do not show any changes :S

    Sorry for bugging ya, but i am new to this mod_rewriting and things.

    Thanks.
     
    SaN-DeeP, Sep 1, 2005 IP
  4. Nintendo

    Nintendo ♬ King of da Wackos ♬

    Messages:
    12,890
    Likes Received:
    1,064
    Best Answers:
    0
    Trophy Points:
    430
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    You have to change the script to make the links change. All mod_rewrite does is makes the different URLs work.
     
    Nintendo, Sep 1, 2005 IP
  5. Willy

    Willy Peon

    Messages:
    281
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    Or another way to think about it: mod_rewrite handles incoming requests for the "friendly" URL, but you still have to ensure your PHP code actually outputs and uses the new friendly URLs in <a href="..."> and so on.
     
    Willy, Sep 1, 2005 IP
  6. SaN-DeeP

    SaN-DeeP Well-Known Member

    Messages:
    590
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    140
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #6
    Thanks again, i got the key behind same.. there is a lot of template work to be done now :)

    Still looking for someone to help me change the templates and put the content appropriately for faster indexing.

    Regards,
     
    SaN-DeeP, Sep 2, 2005 IP
  7. Weirfire

    Weirfire Language Translation Company

    Messages:
    6,979
    Likes Received:
    365
    Best Answers:
    0
    Trophy Points:
    280
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    Hey San-Deep,


    I thought I recognised your name from somewhere ;)

    Remember me? :)
     
    Weirfire, Sep 2, 2005 IP
  8. SaN-DeeP

    SaN-DeeP Well-Known Member

    Messages:
    590
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    140
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #8
    I do remember your Username "Weirfire"
    dropping you a message on msn :)

    Regards,
     
    SaN-DeeP, Sep 2, 2005 IP
  9. Weirfire

    Weirfire Language Translation Company

    Messages:
    6,979
    Likes Received:
    365
    Best Answers:
    0
    Trophy Points:
    280
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #9
    Sometimes I played those silly addictive games at techarena lol Man those were the days! :)
     
    Weirfire, Sep 2, 2005 IP
    Hodgedup likes this.