The following warnings occurred: | ||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
no Pretty or Fancy urls - 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: no Pretty or Fancy urls (/showthread.php?tid=4723) |
no Pretty or Fancy urls - ad2003 - 2013-05-08 Hi! I have changed my htaccess with: "RewriteEngine on" I turned on the settings in backend, but when I try to open eg. "contacts" I am getting a 404. Do I have to update something different? thanks! AD RE: no Pretty or Fancy urls - TeeJay - 2013-05-10 (2013-05-08, 18:32:37)ad2003 Wrote: Hi!I guess you have your site deeper than the hosting root is and you didn't edit the htaccess correctly. Find these lines and edit the bold to navigate it to the folder of your website. RewriteEngine on # Usually RewriteBase is just '/', but # replace it with your subdirectory path RewriteBase /my/address/to/the/website/on/the/hosting |