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 - Тарых жана география Навигация менюсу

Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070