What is McJiffy EASy good for?
- Adding a Store to Your Site
- Domain Parking
- Stand Alone Site
What is McJiffy EASy good for?
|
How much does McJiffy EASy Cost?Absolutely nothing. McJiffy is released as an open source project under the LGPL license. |
What if I have questions about McJiffy EASy?The easiest way to get your questions answered is to use the McJiffy Forum. There you can ask question and hopefully get answers. |
NavigationActive forum topicsUser login |
My Server is Converting to Nginx - how do I update the httaccess files for Nginx?
Submitted by greenapple on Mon, 11/24/2008 - 15:45.
My hosting a/c is converting to Nginx in a couple of weeks. |
This is what I think the
This is what I think the code conversion should be - but I have not be able to test it yet:
rewrite /buy/(.*)$ /index.php?action=buy&q=$1&%$query_string;
rewrite /go/(.*)/(.*)$ /index.php?action=go&q=$1&link=$2;
rewrite /guide/(.*)/(.*)$ /index.php?action=guide&q=$1&link=$2;
rewrite ^/sitemap\.xml$ /sitemap.php last;
Sorry to bump this old topic
Sorry to bump this old topic but i'm also trying Nginx now.
The rewriterules should be:
rewrite ^/buy/(.*)$ /index.php?action=buy&q=$1;
rewrite ^/go/(.*)/(.*)$ /index.php?action=go&q=$1&link=$2;
rewrite ^/guide/(.*)/(.*)$ /index.php?action=guide&q=$1&link=$2;
rewrite ^/sitemap\.xml$ /sitemap.php;
The rewrite rules kinda work but only for single words i.e. domain.com/keyword
When it has 2 seperate words like domain.com/keyword+keyword it shows an empty space.
It's like the urlencode doesn't work (correct me if i'm wrong).
It also doesn't work with the query_string part.
Might be a bit different code?
I really like your way of
I really like your way of expressing the opinions and sharing the information.
Testking 156-215.71 |||
Testking N10-005 |||
Testking 642-447 |||
Testking 312-50v7 |||
Testking 1Y0-A19 |||
Testking NS0-154 |||
Testking 642-982 |||
Testking 642-874 |||