Install mod_rewrite - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: Install mod_rewrite (/showthread.php?tid=4214) |
Install mod_rewrite - wampir - 2013-01-26 How i can make in this line RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L] when i created new page to my domain go www.yourdomain.com/about or create a page contact to go www.yourdomain.com/contact Or how to make www.yourdomain.com/about.html or www.yourdomain.com/contact.html Thx RE: Install mod_rewrite - Connie - 2013-01-27 you could test by defining a slug: Code: %parent%/%slug%.html in the settings... do you get what you want? If not, you try an online htaccess generator. That is the best way because you can get results, check them and alter eventually in short time, without waiting for a suggestions, it allows to test without break... so that you get a working rewrite at the end you could test this one: http://www.htaccessredirect.net/ |