XF 1.3 Friendly Urls

I am wanting to create friendly urls.

"If you enable this option, the links generated by the system will not include "index.php?". However, to enable this, mod_rewrite must be available and an appropriate .htaccess file must be in place."

what is or where do i find the mod_rewrite

Thanks
 
In a nutshell, if using Apache then odds are mod-rewrite is enabled and all you need to do is rename htaccess.txt to .htaccess. You "may" need to uncomment the rewrite base directive and point it at the correct location.
 
Top Bottom