http://custom.simplemachines.org/mods/index.php?mod=636Pretty URLs is a URL management package for Simple Machine Forums (SMF).
It is simple, powerful, extensible and free. Most of all, it is pretty! Its main purpose is to rewrite the important SMF URLs, like these:
http://domain.com/board/topic/http://domain.com/profile/user/http://domain.com/unreadreplies/Pretty URLs will work with SMF 1.1 and 2.0. It requires an Apache webserver with support for mod_rewrite and .htaccess files.
prettyurls-extras-1.0-RC.zip - Provides rewrite filters for mods including seo4smf, Tinyportal Articles, Tagging System, Download System, ezPortal Pages, SMF Gallery, SMF Articles, SMF Classifieds, and SMF Store
Need more SEO and features? Check out Pretty Urls SEO Pro
https://www.smfhacks.com/prettyurls-seo-pro.php Check the trouble shooting page first!
If that doesn't answer your questions, ask for help in the
http://www.simplemachines.org/community/index.php?topic=146969'>support topic. Please post live URLs which we can easily access. It's too difficult to help with forums installed locally or on intranets.
also ?http://www.smfseo.netin Dev only at the moment
Post Merged: November 26, 2018, 09:11:46 PM
grep -i AllowOverride /etc/httpd/conf/httpd.conf
AllowOverride None
# AllowOverride controls what directives may be placed in .htaccess files.
AllowOverride None
# AllowOverride FileInfo AuthConfig Limit
# for additional configuration directives. See also the AllowOverride
AllowOverride None
AllowOverride None
AllowOverride None
vi /etc/httpd/conf/httpd.conf
%s/AllowOverride None/AllowOverride All/g
grep -i AllowOverride /etc/httpd/conf/httpd.conf
AllowOverride All
# AllowOverride controls what directives may be placed in .htaccess files.
AllowOverride All
# AllowOverride FileInfo AuthConfig Limit
# for additional configuration directives. See also the AllowOverride
AllowOverride All
AllowOverride All
AllowOverride All
SMFAdmin > Configuration > Pretty URLS > [b]Enable URL rewriting[/b]