Category Archives: Technical Announcements
WordPress and Permalinks
WordPress uses a function to check mod_rewrite that is not working at our servers, even though we have mod_rewrite installed. Permalinks-can be enabled by changing the function wp-admin/includes/misc.php:n function got_mod_rewrite() { $got_rewrite = apache_mod_loaded(‘mod_rewrite’, true); return apply_filters(‘got_rewrite’, $got_rewrite); } to … Lue lisää
Posted in Technical Announcements Kommentit poissa käytöstä


