avenir Posted May 15, 2008 Posted May 15, 2008 HI everyone: its my first time workin with seo urls......i m having some problem at product page of my site...like if i click on some product, it goes to http://www.camberwells.com/standard-weighted-staunton-chess-p-300.html. and when i type old urls like http://www.camberwells.com/product_info.php?products_id=288...it does nt redirect. i m using windows server......... can somebody help me..........im really stuck in it........... thanx
prafulkr Posted May 15, 2008 Posted May 15, 2008 HI everyone: its my first time workin with seo urls......i m having some problem at product page of my site...like if i click on some product, it goes to http://www.camberwells.com/standard-weighted-staunton-chess-p-300.html. and when i type old urls like http://www.camberwells.com/product_info.php?products_id=288...it does nt redirect. i m using windows server......... can somebody help me..........im really stuck in it........... thanx You are using SEO so it redirect to that page! all links works fine right now. What do you want when you click on any product? When I was born, I was cryed and everyone around me was smiling. Live our life so at the end, I am the one who is smiling and everyone around me is crying.
avenir Posted May 15, 2008 Author Posted May 15, 2008 You are using SEO so it redirect to that page!all links works fine right now. What do you want when you click on any product? i type its actual address like product_info.php?products_id=288 in the address bar n it does nt redirect.
prafulkr Posted May 15, 2008 Posted May 15, 2008 i type its actual address like product_info.php?products_id=288 in the address bar n it does nt redirect. It checked it. Website click on it you got something wrong or not?? When I was born, I was cryed and everyone around me was smiling. Live our life so at the end, I am the one who is smiling and everyone around me is crying.
avenir Posted May 15, 2008 Author Posted May 15, 2008 It checked it.Website click on it you got something wrong or not?? yes page is fine..........but now u can see in the address bar, the address is nt 301 redirecting as i have converted it in my .htaccess file
prafulkr Posted May 15, 2008 Posted May 15, 2008 yes page is fine..........but now u can see in the address bar, the address is nt 301 redirecting as i have converted it in my .htaccess file send your .htaccess file at prafulkr then i would able to say anything. When I was born, I was cryed and everyone around me was smiling. Live our life so at the end, I am the one who is smiling and everyone around me is crying.
avenir Posted May 15, 2008 Author Posted May 15, 2008 send your .htaccess file at prafulkr then i would able to say anything. here is my .htaccess..........its workin fine on linux server while creating this problem on windows server... # Helicon ISAPI_Rewrite configuration file # Version 3.1.0.42 Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING} RewriteRule ^(.*).html$ root.php?$1.html&%{QUERY_STRING}
prafulkr Posted May 15, 2008 Posted May 15, 2008 Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} Ultimate SEO uses url_rewrite.php file, so product_info.php?products_id=288 will changed and you think that it is not redirect! Am i right? When I was born, I was cryed and everyone around me was smiling. Live our life so at the end, I am the one who is smiling and everyone around me is crying.
avenir Posted May 15, 2008 Author Posted May 15, 2008 Ultimate SEO uses url_rewrite.php file, so product_info.php?products_id=288 will changed and you think that it is not redirect!Am i right? Yes u r right.....there r files seo_url.php and seo.class.php and seo_redirect.php
Recommended Posts
Archived
This topic is now archived and is closed to further replies.