In order to get clean urls and some basic localization, I'm using some htaccess rewrite rules to break up a url into pieces and submit it to my index-page, ie "/en/colors/red/" becomes index.php?language=en&page=colors&type=red. However, when using these urls within Pagelime, they won't be interpreted to the corresponding php-pages on the server. The error message reads: "Oops! The page you are looking for could not be found."
Any idea if there is a way to make it work, or what the proper way is to do such a thing?
breaking up urls into parameters
(2 posts) (2 voices)-
Posted 1 year ago #
-
You can set the publish target individually for each page on the page properties screen.
We are experimenting with a reverse-rewriter feature that takes your HTACCESS file and reverse engineers it, but it's a bit off from release, or might not get released at all.
Posted 1 year ago #
Reply
You must log in to post.