rewrite rule on nginx for css js files not work The Next CEO of Stack OverflowBlank Page: wordpress on nginx+php-fpmNginx gives 504 Gateway Time-out once moved to livePHP app breaks on Nginx, but works on ApacheNGINX don't parse .php5 as .phpLaravel 4.1 on nginx routes error 404nginx rewrite throw 404 with last and breakNginX + WordPress + SSL + non-www + W3TC vhost config file questionsnginx PHP files downloading instead of executingCodeIgniter nginx rewrite rules for i8ln URL'sNGINX virtual host config for Magento2 in a subfolder

Does soap repel water?

Does Germany produce more waste than the US?

Solving system of ODEs with extra parameter

How to avoid supervisors with prejudiced views?

Why don't programming languages automatically manage the synchronous/asynchronous problem?

What is the value of α and β in a triangle?

Why, when going from special to general relativity, do we just replace partial derivatives with covariant derivatives?

What steps are necessary to read a Modern SSD in Medieval Europe?

Why the difference in type-inference over the as-pattern in two similar function definitions?

Find non-case sensitive string in a mixed list of elements?

WOW air has ceased operation, can I get my tickets refunded?

Why is information "lost" when it got into a black hole?

Why is quantifier elimination desirable for a given theory?

Math-accent symbol over parentheses enclosing accented symbol (amsmath)

Chain wire methods together in Lightning Web Components

"misplaced omit" error when >centering columns

Why is my new battery behaving weirdly?

Can we say or write : "No, it'sn't"?

What does "Its cash flow is deeply negative" mean?

Unclear about dynamic binding

Do I need to write [sic] when a number is less than 10 but isn't written out?

Is it convenient to ask the journal's editor for two additional days to complete a review?

Easy to read palindrome checker

Running a General Election and the European Elections together



rewrite rule on nginx for css js files not work



The Next CEO of Stack OverflowBlank Page: wordpress on nginx+php-fpmNginx gives 504 Gateway Time-out once moved to livePHP app breaks on Nginx, but works on ApacheNGINX don't parse .php5 as .phpLaravel 4.1 on nginx routes error 404nginx rewrite throw 404 with last and breakNginX + WordPress + SSL + non-www + W3TC vhost config file questionsnginx PHP files downloading instead of executingCodeIgniter nginx rewrite rules for i8ln URL'sNGINX virtual host config for Magento2 in a subfolder










1















I use laravel framework for my website on nginx server



I need to apply rewrite rule on nginx



its a sample:



site.com/play/gamename/css.css --> site.com/uploads/games/gamename/css.css
or
site.com/play/gamename/js.js --> site.com/uploads/games/gamename/js.js


and I need to know How can I define rule to do it?



my website root path is



/var/www/html/siteuser/


root directories:



app
storage
public
-uploads
,...


in my old server with apache .htaccess:



RewriteCond %REQUEST_URI .(jpg|png|css|js|appcache|xml|ogg|m4a)$
RewriteRule ^play/(.+) siteuser/public/uploads/games/$1 [L]


I test this but not work:



server xml









share|improve this question
















bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • What is the problem you are having?

    – Michael Hampton
    Aug 8 '18 at 15:01











  • @MichaelHampton rewrite rule doesn't work

    – mohammad6006
    Aug 8 '18 at 15:47















1















I use laravel framework for my website on nginx server



I need to apply rewrite rule on nginx



its a sample:



site.com/play/gamename/css.css --> site.com/uploads/games/gamename/css.css
or
site.com/play/gamename/js.js --> site.com/uploads/games/gamename/js.js


and I need to know How can I define rule to do it?



my website root path is



/var/www/html/siteuser/


root directories:



app
storage
public
-uploads
,...


in my old server with apache .htaccess:



RewriteCond %REQUEST_URI .(jpg|png|css|js|appcache|xml|ogg|m4a)$
RewriteRule ^play/(.+) siteuser/public/uploads/games/$1 [L]


I test this but not work:



server xml









share|improve this question
















bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • What is the problem you are having?

    – Michael Hampton
    Aug 8 '18 at 15:01











  • @MichaelHampton rewrite rule doesn't work

    – mohammad6006
    Aug 8 '18 at 15:47













1












1








1








I use laravel framework for my website on nginx server



I need to apply rewrite rule on nginx



its a sample:



site.com/play/gamename/css.css --> site.com/uploads/games/gamename/css.css
or
site.com/play/gamename/js.js --> site.com/uploads/games/gamename/js.js


and I need to know How can I define rule to do it?



my website root path is



/var/www/html/siteuser/


root directories:



app
storage
public
-uploads
,...


in my old server with apache .htaccess:



RewriteCond %REQUEST_URI .(jpg|png|css|js|appcache|xml|ogg|m4a)$
RewriteRule ^play/(.+) siteuser/public/uploads/games/$1 [L]


I test this but not work:



server xml









share|improve this question
















I use laravel framework for my website on nginx server



I need to apply rewrite rule on nginx



its a sample:



site.com/play/gamename/css.css --> site.com/uploads/games/gamename/css.css
or
site.com/play/gamename/js.js --> site.com/uploads/games/gamename/js.js


and I need to know How can I define rule to do it?



my website root path is



/var/www/html/siteuser/


root directories:



app
storage
public
-uploads
,...


in my old server with apache .htaccess:



RewriteCond %REQUEST_URI .(jpg|png|css|js|appcache|xml|ogg|m4a)$
RewriteRule ^play/(.+) siteuser/public/uploads/games/$1 [L]


I test this but not work:



server xml






nginx rewrite






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 8 '18 at 21:09







mohammad6006

















asked Aug 8 '18 at 14:51









mohammad6006mohammad6006

11510




11510





bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.














  • What is the problem you are having?

    – Michael Hampton
    Aug 8 '18 at 15:01











  • @MichaelHampton rewrite rule doesn't work

    – mohammad6006
    Aug 8 '18 at 15:47

















  • What is the problem you are having?

    – Michael Hampton
    Aug 8 '18 at 15:01











  • @MichaelHampton rewrite rule doesn't work

    – mohammad6006
    Aug 8 '18 at 15:47
















What is the problem you are having?

– Michael Hampton
Aug 8 '18 at 15:01





What is the problem you are having?

– Michael Hampton
Aug 8 '18 at 15:01













@MichaelHampton rewrite rule doesn't work

– mohammad6006
Aug 8 '18 at 15:47





@MichaelHampton rewrite rule doesn't work

– mohammad6006
Aug 8 '18 at 15:47










1 Answer
1






active

oldest

votes


















0














You should not use a rewrite for this at all. Use an aliased location instead.



For example:



location ~* ^/play/.*.(jpg|png|css|js|appcache|xml|ogg|m4a)$ 
alias /var/www/html/siteuser/public/uploads/games/;



This will serve only static files with the given file extensions for URLs beginning with /play/, from the path given in the alias, using case insensitive matching. No PHP code can run from inside /play/ in this configuration.






share|improve this answer

























  • I need to apply it only for js css and image files

    – mohammad6006
    Aug 8 '18 at 16:22











  • @mohammad6006 So, other files in /play/ should not be served from the uploads directory? They should be served directly from the document root?

    – Michael Hampton
    Aug 8 '18 at 16:23











  • for example there is route url : site.com/play/gameid

    – mohammad6006
    Aug 8 '18 at 16:25











  • @mohammad6006 IN that case, you can just do a case insensitive regex match as it is now.

    – Michael Hampton
    Aug 8 '18 at 16:27











  • site.com/play/gamename/js.js 404 not found it should be site.com/upload/games/gamename/js.js

    – mohammad6006
    Aug 8 '18 at 16:35











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f925474%2frewrite-rule-on-nginx-for-css-js-files-not-work%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














You should not use a rewrite for this at all. Use an aliased location instead.



For example:



location ~* ^/play/.*.(jpg|png|css|js|appcache|xml|ogg|m4a)$ 
alias /var/www/html/siteuser/public/uploads/games/;



This will serve only static files with the given file extensions for URLs beginning with /play/, from the path given in the alias, using case insensitive matching. No PHP code can run from inside /play/ in this configuration.






share|improve this answer

























  • I need to apply it only for js css and image files

    – mohammad6006
    Aug 8 '18 at 16:22











  • @mohammad6006 So, other files in /play/ should not be served from the uploads directory? They should be served directly from the document root?

    – Michael Hampton
    Aug 8 '18 at 16:23











  • for example there is route url : site.com/play/gameid

    – mohammad6006
    Aug 8 '18 at 16:25











  • @mohammad6006 IN that case, you can just do a case insensitive regex match as it is now.

    – Michael Hampton
    Aug 8 '18 at 16:27











  • site.com/play/gamename/js.js 404 not found it should be site.com/upload/games/gamename/js.js

    – mohammad6006
    Aug 8 '18 at 16:35















0














You should not use a rewrite for this at all. Use an aliased location instead.



For example:



location ~* ^/play/.*.(jpg|png|css|js|appcache|xml|ogg|m4a)$ 
alias /var/www/html/siteuser/public/uploads/games/;



This will serve only static files with the given file extensions for URLs beginning with /play/, from the path given in the alias, using case insensitive matching. No PHP code can run from inside /play/ in this configuration.






share|improve this answer

























  • I need to apply it only for js css and image files

    – mohammad6006
    Aug 8 '18 at 16:22











  • @mohammad6006 So, other files in /play/ should not be served from the uploads directory? They should be served directly from the document root?

    – Michael Hampton
    Aug 8 '18 at 16:23











  • for example there is route url : site.com/play/gameid

    – mohammad6006
    Aug 8 '18 at 16:25











  • @mohammad6006 IN that case, you can just do a case insensitive regex match as it is now.

    – Michael Hampton
    Aug 8 '18 at 16:27











  • site.com/play/gamename/js.js 404 not found it should be site.com/upload/games/gamename/js.js

    – mohammad6006
    Aug 8 '18 at 16:35













0












0








0







You should not use a rewrite for this at all. Use an aliased location instead.



For example:



location ~* ^/play/.*.(jpg|png|css|js|appcache|xml|ogg|m4a)$ 
alias /var/www/html/siteuser/public/uploads/games/;



This will serve only static files with the given file extensions for URLs beginning with /play/, from the path given in the alias, using case insensitive matching. No PHP code can run from inside /play/ in this configuration.






share|improve this answer















You should not use a rewrite for this at all. Use an aliased location instead.



For example:



location ~* ^/play/.*.(jpg|png|css|js|appcache|xml|ogg|m4a)$ 
alias /var/www/html/siteuser/public/uploads/games/;



This will serve only static files with the given file extensions for URLs beginning with /play/, from the path given in the alias, using case insensitive matching. No PHP code can run from inside /play/ in this configuration.







share|improve this answer














share|improve this answer



share|improve this answer








edited Aug 8 '18 at 16:26

























answered Aug 8 '18 at 16:20









Michael HamptonMichael Hampton

174k27318643




174k27318643












  • I need to apply it only for js css and image files

    – mohammad6006
    Aug 8 '18 at 16:22











  • @mohammad6006 So, other files in /play/ should not be served from the uploads directory? They should be served directly from the document root?

    – Michael Hampton
    Aug 8 '18 at 16:23











  • for example there is route url : site.com/play/gameid

    – mohammad6006
    Aug 8 '18 at 16:25











  • @mohammad6006 IN that case, you can just do a case insensitive regex match as it is now.

    – Michael Hampton
    Aug 8 '18 at 16:27











  • site.com/play/gamename/js.js 404 not found it should be site.com/upload/games/gamename/js.js

    – mohammad6006
    Aug 8 '18 at 16:35

















  • I need to apply it only for js css and image files

    – mohammad6006
    Aug 8 '18 at 16:22











  • @mohammad6006 So, other files in /play/ should not be served from the uploads directory? They should be served directly from the document root?

    – Michael Hampton
    Aug 8 '18 at 16:23











  • for example there is route url : site.com/play/gameid

    – mohammad6006
    Aug 8 '18 at 16:25











  • @mohammad6006 IN that case, you can just do a case insensitive regex match as it is now.

    – Michael Hampton
    Aug 8 '18 at 16:27











  • site.com/play/gamename/js.js 404 not found it should be site.com/upload/games/gamename/js.js

    – mohammad6006
    Aug 8 '18 at 16:35
















I need to apply it only for js css and image files

– mohammad6006
Aug 8 '18 at 16:22





I need to apply it only for js css and image files

– mohammad6006
Aug 8 '18 at 16:22













@mohammad6006 So, other files in /play/ should not be served from the uploads directory? They should be served directly from the document root?

– Michael Hampton
Aug 8 '18 at 16:23





@mohammad6006 So, other files in /play/ should not be served from the uploads directory? They should be served directly from the document root?

– Michael Hampton
Aug 8 '18 at 16:23













for example there is route url : site.com/play/gameid

– mohammad6006
Aug 8 '18 at 16:25





for example there is route url : site.com/play/gameid

– mohammad6006
Aug 8 '18 at 16:25













@mohammad6006 IN that case, you can just do a case insensitive regex match as it is now.

– Michael Hampton
Aug 8 '18 at 16:27





@mohammad6006 IN that case, you can just do a case insensitive regex match as it is now.

– Michael Hampton
Aug 8 '18 at 16:27













site.com/play/gamename/js.js 404 not found it should be site.com/upload/games/gamename/js.js

– mohammad6006
Aug 8 '18 at 16:35





site.com/play/gamename/js.js 404 not found it should be site.com/upload/games/gamename/js.js

– mohammad6006
Aug 8 '18 at 16:35

















draft saved

draft discarded
















































Thanks for contributing an answer to Server Fault!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f925474%2frewrite-rule-on-nginx-for-css-js-files-not-work%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company