Tagged Questions
0
votes
1answer
893 views
IIS7.5 + Wordpress + Restrict Access to wp-login.php by client IP address
I am moving from an Apache host to IIS. One of my sites in Wordpress (running Multi-site) which give me multiple blogs. I have moved all my rules from my .htaccess to the Microsoft URL ReWrite module. ...
1
vote
1answer
447 views
Forward .html/.htm to .php with .config
I'm moving a site from my linux hosted server to a client's windows hosted server.
The .htaccess file no longer works and I'm told that windows servers use .config .
How can I forward all users ...
2
votes
1answer
1k views
Joomla 1.6 URL rewrite on IIS7 (removing /index.php/)
Joomla 1.6 was released today and I'm wondering if anyone knows how to get rid of the /index.php/ part?
How link looks now:
http://www.example.org/index.php/stuff
How link would look after URL ...