htaccess mask for my url
问题 I'm trying to mask a part of my url using .htaccess but I'm having several issues my url is http://ristorantitalianetwork.com/ristorantitalianetwork.com/admin/ I'd like to remove the duplicate ristorantitalianetwork.com, so I'd like that my url will be like http://ristorantitalianetwork.com/admin/ I've used RewriteRule ^ristorantitalianetwork.com/([^/]*)$ ?q=$1 [L] but it doesn't work Could you please help me to figure out how to solve this problem? Thanks a lot Best regards 回答1: You really