凌乱的网址-如何使用.htcaccess进行清理

时间:2020-07-31 20:46:41

标签: web url

这是我完成的第一个网站,但是该网站上的URL非常混乱。如果您查看public static void AddSound() { Console.WriteLine("Insert the path of the wav file"); string soundpath = Console.ReadLine(); Console.WriteLine("Insert the name to use to play the command"); string soundname = Console.ReadLine(); using (var writer = new StreamWriter(path, true)) { writer.WriteLine(soundname + "" + soundpath); } ScanFile(); } 并单击一下,您会发现该URL确实没有任何意义。我看到了一些有关使用htcaccess文件和使用重写引擎的信息,但老实说我自己也不清楚。谁能告诉我并解释如何缩短这样的内容:
www.mapleelectronics.com
进入这个:
https://mapleelectronics.com/pages/products/products.html

0 个答案:

没有答案