Search Engine Friendly Url with SMF

Status
Not open for further replies.

felabria

New Member
Messages
88
Reaction score
0
Points
0
WHy can't i choose this option? it says Apache support it! is it disabled in apache configuration?:dunno:
Also, on my server i get MUCH 404 error's when using PHP
 
Last edited:

garrettroyce

Community Support
Community Support
Messages
5,611
Reaction score
249
Points
63
The Apache support is with mod_rewrite, which is enabled. You may have to turn it on using .htaccess. Insert this line before any RewriteXXXXXX lines, where XXXXXX can be any number of things, if it does not already exist:

Code:
RewriteEngine on

If the .htaccess file does not exist in your SMF install dir, create it with that one line.
 
Status
Not open for further replies.
Top