创建假的网址全自动全自动、网址

2023-09-02 00:37:21 作者:续写、一纸的空白

在检查我在谷歌和Bing索引的网页。我发现下面的搜索引擎索引列表的链接。我得到的谷歌网站管理员工具404错误。我只拿到安装Word preSS。我没有任何插件或任何其他CMS(的Joomla)可创建这些链接。 我应该如何删除多余的字符串/值?什么将是$ C $下的.htaccess

请忽略和URL之间的2位字符串/值。

deemasfashion.com/page/5/ ?ITEMID = fnexvhxovxlxhzjb

deemasfashion.com/page/2/ ?开始= 117

deemasfashion.com/page/44/ ?wpmp_switcher =移动

deemasfashion.com/page/56/ ?attachment_id = fqtldnsdj

deemasfashion.com/page/56/ ?attachment_id = pffbvrpggpx

deemasfashion.com/page/13/ ?attachment_id = riohhjoahp

deemasfashion.com/page/51/ ?开始= 108

deemasfashion.com/ ?iapolo_com

deemasfashion.com/ ?ITEMID = nkuilfzcxvvb

deemasfashion.com/ ?wpmp_switcher =桌面

deemasfashion.com/page/38/ wpmp_switcher

deemasfashion.com/page/7/ ?wpmp_switcher =桌面=移动

deemasfashion.com/page/7/ ?wpmp_switcher =桌面

deemasfashion.com/page/39/ ?2fou_com

deemasfashion.com/page/22/ ?文件

deemasfashion.com/page/56/ 选项= com_content&放大器;查看=文章和ID = 94安培; ITEMID = 2

deemasfashion.com/page/36/ 选项= com_content&放大器;查看=文章和ID = 62&安培; ITEMID = 2

deemasfashion.com/page/21/ IFRAME =真放; WIDTH = 90%,25安培;高度= 90%,25

deemasfashion.com/ ?option=com_content&view=category&id=34%3Alatest-tech-news&Itemid=60

deemasfashion.com/latest-pakistani-anarkali-pishwas-frock-wear/indian-style-light-golden-anarkali-fashion/ function.session启动

不到2k买把全自动人脸识别智能锁,VOC智能门锁T11 Face评测

deemasfashion.com/latest-pakistani-anarkali-pishwas-frock-wear/latest-pakistani-outfit-mehndi-green-pishwas-churidar/ function.require

deemasfashion.com/latest-pakistani-bridal-wear/red-front-open-gown-off-white-bridal-wear-lehnga/ function.include

我用下面的.htaccess code,但它不能正常工作。

 < IfModule mod_rewrite.c>
RewriteEngine叙述上
的RewriteBase /
重写规则^(页/ [0-9] + /)+ $ / $ 1〜 [L,NC,R = 301]
重写规则^指数 .PHP $  -  [L]
的RewriteCond%{} REQUEST_FILENAME!-f
的RewriteCond%{} REQUEST_FILENAME!-d
重写规则。的index.php [L]
的RewriteCond%{HTTP_HOST} ^ WWW  .deemasfashion  .COM $
重写规则^ deemasfashion  .COM /?(.*)$ http://deemasfashion.com/$1 [R = 301,L]
的RewriteCond%{THE_REQUEST} ^ [AZ] {3,9}  /指数 html的 HTTP /
< / IfModule>
 

解决方案

你的不良网址的多数可以永久重定向到正确的之一,这条规则:

  RewriteEngine叙述上

的RewriteCond%{QUERY_STRING} ^ + $
重写规则^(页/ [0-9] + /)。* / $ 1〜 [L,NC,R = 301]
 

While checking my indexed pages in Google and Bing. i have found below links in search engine index listing. i am getting 404 errors in google webmaster tools. i got wordpress installed only. I dont have any plugin or any other CMS (Joomla) which may create those links. how should i remove extra strings/values? what will be the code for .htaccess

Please ignore 2 spaces between url and strings/values.

deemasfashion.com/page/5/ ?Itemid=fnexvhxovxlxhzjb

deemasfashion.com/page/2/ ?start=117

deemasfashion.com/page/44/ ?wpmp_switcher=mobile

deemasfashion.com/page/56/ ?attachment_id=fqtldnsdj

deemasfashion.com/page/56/ ?attachment_id=pffbvrpggpx

deemasfashion.com/page/13/ ?attachment_id=riohhjoahp

deemasfashion.com/page/51/ ?start=108

deemasfashion.com/ ?iapolo_com

deemasfashion.com/ ?Itemid=nkuilfzcxvvb

deemasfashion.com/ ?wpmp_switcher=desktop

deemasfashion.com/page/38/ wpmp_switcher

deemasfashion.com/page/7/ ?wpmp_switcher=desktop=mobile

deemasfashion.com/page/7/ ?wpmp_switcher=desktop

deemasfashion.com/page/39/ ?2fou_com

deemasfashion.com/page/22/ ?file

deemasfashion.com/page/56/ ?option=com_content&view=article&id=94&Itemid=2

deemasfashion.com/page/36/ ?option=com_content&view=article&id=62&Itemid=2

deemasfashion.com/page/21/ ?iframe=true&width=90%25&height=90%25

deemasfashion.com/ ?option=com_content&view=category&id=34%3Alatest-tech-news&Itemid=60

deemasfashion.com/latest-pakistani-anarkali-pishwas-frock-wear/indian-style-light-golden-anarkali-fashion/ function.session-start

deemasfashion.com/latest-pakistani-anarkali-pishwas-frock-wear/latest-pakistani-outfit-mehndi-green-pishwas-churidar/ function.require

deemasfashion.com/latest-pakistani-bridal-wear/red-front-open-gown-off-white-bridal-wear-lehnga/ function.include

i have used below .htaccess code but it is not working.

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^(page/[0-9]+/).+$ /$1? [L,NC,R=301]
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteCond %{HTTP_HOST} ^www.deemasfashion.com$
RewriteRule ^deemasfashion.com/?(.*)$ http://deemasfashion.com/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /index.html HTTP/
</IfModule>

解决方案

Majority of your bad URLs can be permanently redirected to correct one with this rule:

RewriteEngine On

RewriteCond %{QUERY_STRING} ^.+$
RewriteRule ^(page/[0-9]+/).*$ /$1? [L,NC,R=301]