How to create universal .htaccess file?
问题 I've built a script and implemented RewriteRule. The RewriteRule is working fine on Godaddy Linux shared hosting. But not on dreamhost, hostgator and on windows server. I want to make these url-rewrite rules "universal" so that my script work on all different server "including windows". How can I make my .htacces file universal? Is there any other solution without .htaccess? Here is the .htaccess I'm using AddHandler x-httpd-php5-cgi .html Options +FollowSymLinks Options -MultiViews