| bio | website | |
|---|---|---|
| location | Fremont, CA | |
| age | 26 | |
| visits | member for | 11 months |
| seen | May 6 at 14:48 | |
| stats | profile views | 3 |
Web Developer
Game Programmer
|
May 2 |
comment |
Simple RewriteRule So I figured it out.. the rewrites are handled in the .conf files for the nginx server. They can be done in .htaccess, but the .conf doesn't let it get that far it seems.. (not sure why we still have a .htaccess file), and you're right, in the .conf file it is written rewrite |
|
May 1 |
comment |
Simple RewriteRule Oh man lol. The rewriting should be very similar to Apache, it is RewriteRule. I'm using a Magento CMS page to redirect using javascript for the time being >< |
|
May 1 |
comment |
Simple RewriteRule I'm using the Magneto framework with nginx. I'm wondering if it something in the nginx config that isn't allowing this.. I'll have to look into that. |
|
May 1 |
comment |
Simple RewriteRule It does not. Wish I could be more helpful.. I know it's something stupid on my part. |
|
May 1 |
comment |
Simple RewriteRule Maybe there is some kind of test we can do, like rewrite some foobar url to google.com or something. |
|
May 1 |
comment |
Simple RewriteRule I don't think so. I had tried putting the code above the other rewrites, just in case, and got the same results. |
|
May 1 |
comment |
Simple RewriteRule Yes, they are both enabled. I'm getting 404 |
|
May 1 |
comment |
Simple RewriteRule This is the literal code: RewriteRule ^hatfinder$ /gbi/hatfinder.php [L] You can see it not working here: www.goorin.com/hatfinder |
|
May 1 |
comment |
Simple RewriteRule Thanks for the response. This isn't working for me.. I have no idea why. And sorry, I meant to only have [L], so the dest url will not show in the user's browser. |
|
May 1 |
revised |
Simple RewriteRule deleted 12 characters in body |
|
May 1 |
asked | Simple RewriteRule |
|
Nov 14 |
accepted | SVN Checkout folder as local webroot |
|
Nov 14 |
comment |
SVN Checkout folder as local webroot Bingo.. just realized it could be the .htaccess as you were answering lol. Thanks :) |
|
Nov 14 |
asked | SVN Checkout folder as local webroot |
|
Jun 7 |
revised |
SSL on multiple directories added 151 characters in body |
|
Jun 7 |
awarded | Commentator |
|
May 31 |
awarded | Supporter |
|
May 31 |
awarded | Scholar |
|
May 31 |
comment |
URL Rewrite for SSL Sweet!! It worked, thank you so much. Would mind telling me what [R,L] does? |
|
May 31 |
accepted | URL Rewrite for SSL |