On some hosts you can see by running a simple PHP script:
<?php phpinfo(); ?>
and looking for Apache - Loaded Modules.
But on some hosts there is no such section in phpinfo, although mod_rewrite is available and works fine. So I don't know an universal way... On many hosts you can find it on hoster's site or in Control Panel or eventually you can ask the support.
For Apache: use phpinfo() and look for the apache2handler section. Among the Loaded Modules should be listed 'mod_rewrite'
For Windows IIS systems: there is no support for rewriting by default, but there are some commercial alternatives such as ISAPI_Rewrite and IIS Mod-Rewrite
Thanked: 10 раз
A lot off people does not know how to find this...
so provide a way to get this info... (small php file)
Thanked: 265 раз
But on some hosts there is no such section in phpinfo, although mod_rewrite is available and works fine. So I don't know an universal way... On many hosts you can find it on hoster's site or in Control Panel or eventually you can ask the support.
Thanked: 9 раз
Is it this: url_rewriter.tags ??
mod_rewrite I can't find.
I did rewrite for the i18n plugin, so I guess it works.
Thanked: 52 рази
For Windows IIS systems: there is no support for rewriting by default, but there are some commercial alternatives such as ISAPI_Rewrite and IIS Mod-Rewrite
Thanked: 7 раз
Thanked: 265 раз
Thanked: 7 раз