belick Posted July 29, 2007 Share Posted July 29, 2007 is it possible to generate the htaccess file through a php file? maybe by including the php file into the htaccess file? Thanks Link to comment https://forums.phpfreaks.com/topic/62322-dynamic-htaccess/ Share on other sites More sharing options...
trq Posted July 29, 2007 Share Posted July 29, 2007 In theory you could using fwrite, however, the .htaccess is read long before any php file is parsed. Link to comment https://forums.phpfreaks.com/topic/62322-dynamic-htaccess/#findComment-310113 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.