500 server error, kinda stumped on this one.
I have tried without htaccess and with, it has a web.config too. also getting this error when trying to open URL rewrite
My web.config in /ase
Code:<rule name="rule 1D"> <match url="^(|/)$" /> <action type="Rewrite" url="/index.php?url={R:1}" /> </rule> <rule name="rule 2D"> <match url="^([a-zA-Z0-9_-]+)(|/)$" /> <action type="Rewrite" url="/index.php?url={R:1}" /> </rule> <rule name="rule 3D"> <match url="^(.*)\.htm$" ignoreCase="true" /> <action type="Rewrite" url="/{R:1}.php" /> </rule>



Reply With Quote


