Hy, i have a big problem with my website, i was trasnfer from a linux host to a windows server host, and after when i finish trasnfer, i was make web.config file :
<?xml version="1.0" encoding="utf-8" ?><configuration><system.webServer><rewrite><rules><rule name="rule 1R" stopProcessing="true"><match url="^(.*)$" /><action type="Rewrite" url="/index.php/{R:1}" /></rule></rules></rewrite></system.webServer></configuration>
befour to make web.config site was look nice and all ok but url is not work, after when i make web.config url was work but css and images is not load.
How to fixe that ?