I have .htaccess settings that will rewrite anything in index.php to create a fixed url. For example:
rewrite ^ (. *) $ Index.php? / $ 1 [L]
url: www.domain.com $ _ SERVER ['REQUEST_URI'] There is no problem with and I can handle the url. However, I have a problem in my links, for example:
No comments:
Post a Comment