
Thank you for Using Advance SEF URLs
This Mod creates and allows you do do some More SEF Options while using the default SMF SEF Urls.
You can have action urls be SEF Friendly, Page urls (from Tinyportal), and even Single Category urls be SEF friendly.
As well you can also choose to use /? or /index instead of /index.php as your scripturl string.
All options come with a shutoff that you can add to your Settings.php incase enabling one of these options causes your server to fail. Just add the following to your Settings.php if your site fails to load or work after changing SEF options to disable them.
$disable_sef = true;
Version 1.2.4
! Added support for no file at all (SMF 2.0+)
! Have install attempt to create a ".htaccess" with some code to better allow the SEF url options. (SMF 2.0+)
! Play nicer with debug urls (SMF 2.0+)
! Updated Support for of only SMF 2.0 Beta 4
Version 1.2.3
! Added Support for SMF 2.0 Beta 3 Public
! Dropped Support for old versions of SMF 2.0 Betas
Version 1.2.2
! Added SMF 2.0 Beta 2.1 Support
! Fixed a issue with captcha and SEF urls
Version 1.2.1
! $smfFunc no longer esists.
Version 1.2
! Added 2.0 Beta 2 Support
Version 1.1
! Sometimes redirection caused double questions when using Question mark urls (UNTESTED!)
! Removed orphaned ending operation.
Version 1.0
! Release