Elxis CMS Forum

Support => Elxis 4.x/5.x DEV => Topic started by: mgrc on August 04, 2013, 22:16:48

Title: Seo url troubles on localhost
Post by: mgrc on August 04, 2013, 22:16:48
When building your site in a subfolder on localhost, what must be changed for seo url to work properly?
Everything else works fine.
Title: Re: Seo url troubles on localhost
Post by: Mr.HeLL on August 04, 2013, 22:58:39
open .htaccess

change

RewriteBase /foldername/
Title: Re: Seo url troubles on localhost
Post by: mgrc on August 04, 2013, 23:18:27
Tried that. Front seems to work, but in admin area links stop working (only main admin page is working).

LATER EDIT

Thanks, your suggestion is correct,
I have previously messed with RewriteRule for admin folder in .htaccess but forgot to remove changes.
I was confused as other sites work fine. :P

Solved  ;D