我想将所有博客页面重定向到新网址。
例如: 我想重定向: http://adaras.se/blogg/page/35
......来: http://adaras.se/blog/page/35
我正在使用重定向搜索引擎优化搜索引擎优化,并且不知道如何使用正则表达式重定向。我怎么能这样做?
答案 0 :(得分:0)
您可以尝试:
def randnums():
# Add this new variable
total = 0
for num in range(0, 6):
num1 = random.randint(1, 9)
total += num1
# Print it out
print("The total is:", total)
[编辑]添加在线测试人员的链接。
并在此网址上的在线.htaccess测试人员上自行尝试:http://htaccess.mwl.be/
如果它不适用于您的Yoast插件,请检查生成的.htaccess文件,您也可以尝试匹配所有内容以重定向到Google,例如,看看您的htaccess是否真正考虑在内! :)