Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-06-2010, 06:49 AM   PM User | #1
smsblaze1
New to the CF scene

 
Join Date: Dec 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
smsblaze1 is an unknown quantity at this point
Question Strange in Re Write..

My site is www.ehindisms.com
This site does contain links like

http://www.ehindisms.com/Anniversary-1.html
http://www.ehindisms.com/Anniversary-1-pg-2.html

But google is crawling pages like

http://www.ehindisms.com/--Shayeri-1...g-4-pg-12.html
www.ehindisms.com/--Smile-16pg-9pg-4-pg-12.html

Y its happen ???? What the problem with re-write


Here is re write coding

<IfModule mod_php4.c>
php_value session.use_trans_sid 0
</IfModule>
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
RewriteEngine On
#RewriteBase /sNews16


RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*) $1 [L]

RewriteRule (.*)_(.*).html smsdetail.php?id=$2 [L]
RewriteRule (.*)-(.*)-pg-(.*).html sms_cat.php?name=$1&id=$2&pg=$3 [L]
RewriteRule (.*)-(.*).html sms_cat.php?name=$1&id=$2 [L]
smsblaze1 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:06 AM.


Advertisement
Log in to turn off these ads.