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,
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]
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.
You have to change the script to make the links change. All mod_rewrite does is makes the different URLs work.
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.
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,