Is there an easy way to use .htaccess to tell php load this extension "repasm.dll" at this location "D:\HSHOME\4532\mysite.com\ext".
My web hosting service gave up with my own php.ini file, and told me to use .htaccess. My site's configuration used to work with my own extension folder, and my own php.ini. Now I don't know how to use .htaccess and im lookin for help.
In you php.ini file add "extension = repasm.dll" in the DynamicExtensions section. In windows you cannot write the rewrite rule in .htaccess file. However, in Linux you can write it in .htaccess file. You can also visit the below mentioned URL:
Bookmarks