http://localhost/mydomain/category.php/5a05ee1037631242/we-will-rock-yaa
如何从网址中删除.php扩展名。我正在使用核心php为我的项目。任何人都可以提供帮助。
谢谢!
答案 0 :(得分:0)
如果您使用的是IIS,则需要安装使用wpilauncher可以找到的URL Rewrite,并在webconfig中将其放在func userNotificationCenter(_ center: UNUserNotificationCenter, willPresent notification: UNNotification, withCompletionHandler completionHandler: @escaping (UNNotificationPresentationOptions) -> Void) {
let content = notification.request.content
// Process notification content
completionHandler([.alert, .sound, .badge]) // Display notification as regular alert and play sound
}
标记中。
<system.webServer>
你可以将它与其他扩展程序一起使用,例如html和asp。
如果您正在使用xampp,那么您需要使用.htaccess并编写您的重写代码(一些谷歌可以帮助您找到它。我自己使用IIS并且没有配置)。
我不知道你使用的是哪一个,所以我写了一个基于IIS的答案,这就是我正在使用的。