1
我想一個url在.htaccess
從重定向:htaccess的重定向URL
domain_name.com/folder/index.php?param=0
到:
domain_name.com/another_folder/page.html
如何可以做到這一點?
我想一個url在.htaccess
從重定向:htaccess的重定向URL
domain_name.com/folder/index.php?param=0
到:
domain_name.com/another_folder/page.html
如何可以做到這一點?
RewriteRule ^another_folder/page([A-Za-z0-9-]+)\.html$ folder/index.php?param=$1