My website is 'http://www.yx86911.com/Defaul...' or 'http://www.yx86911.com/Defaul...' How to remove the following to get 'http:// www.yx86911.com'
Thank you for your answers
Sorry for not making it clear, the folder still needs to be left.
For example, http://www.yx86911.com/xxx/in... To get http://www.yx86911.com/xxx/
I think what he means is to use regular expressions to match addresses.
Sir, do you want to match only the first folder or all folders except files?
window.location.origin
You can just change the file name to index.aspx. The default main file of the website is index
This is usually configured in Apache, IIS or Nginx. The configuration method of Apache is:
Enable the mod_rewrite module
Change
AllowOverride None
toAllowOverride All
This is aspx, .NET, go check out UrlRewrite, or use asp.net MVC