0
我在.htaccess
文件寫這些:如何編輯htaccess文件
DirectoryIndex index.php
RewriteEngine On
RewriteRule ^user/([^/]*)(/?)+$ profile.php?id=$1 [L]
但是,當我要去site.com/user/nickname
,加載與user
文件夾中的所有內容。 這是我的style.css
文件,它位於根文件夾中,未加載。我不想編輯我的所有代碼。
例如:我已將這些寫入我的所有代碼:<img src="uploads/some_image.jpg">
。我不想將此更改爲<img src="/uploads/some_image.jpg">
。
非常感謝! – Uranus235
對不起,我有一個問題。當我使用基於標籤的鏈接時,標籤無法正常工作。例如,我有一個模式窗口:http://yoursite.com/index.php#login。 #login不能作爲模式窗口使用,它以普通鏈接的方式工作。 – Uranus235
有趣。這使基本標籤不太有用。相關SO問題:http://stackoverflow.com/questions/6779839/url-fragments-and-the-base-tag –