View Full Version : SEO Optimization + Re-Design work for www.techarena.in
SaN-DeeP
Aug 29th 2005, 5:25 pm
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,
Nintendo
Aug 31st 2005, 3:50 pm
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]
SaN-DeeP
Sep 1st 2005, 5:23 am
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.
Nintendo
Sep 1st 2005, 3:36 pm
You have to change the script to make the links change. All mod_rewrite does is makes the different URLs work.
Willy
Sep 1st 2005, 4:04 pm
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.
SaN-DeeP
Sep 2nd 2005, 3:57 am
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,
Weirfire
Sep 2nd 2005, 4:08 am
Hey San-Deep,
I thought I recognised your name from somewhere ;)
Remember me? :)
SaN-DeeP
Sep 2nd 2005, 4:50 am
I do remember your Username "Weirfire"
dropping you a message on msn :)
Regards,
Weirfire
Sep 2nd 2005, 6:24 am
Sometimes I played those silly addictive games at techarena lol Man those were the days! :)
vBulletin® v3.6.8, Copyright ©2000-2008, Jelsoft Enterprises Ltd.