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
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
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.
add a comment |
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
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
add a comment |
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
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
nginx rewrite
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
You should not use a rewrite
for this at all. Use an alias
ed 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.
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 besite.com/upload/games/gamename/js.js
– mohammad6006
Aug 8 '18 at 16:35
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
You should not use a rewrite
for this at all. Use an alias
ed 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.
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 besite.com/upload/games/gamename/js.js
– mohammad6006
Aug 8 '18 at 16:35
add a comment |
You should not use a rewrite
for this at all. Use an alias
ed 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.
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 besite.com/upload/games/gamename/js.js
– mohammad6006
Aug 8 '18 at 16:35
add a comment |
You should not use a rewrite
for this at all. Use an alias
ed 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.
You should not use a rewrite
for this at all. Use an alias
ed 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.
edited Aug 8 '18 at 16:26
answered Aug 8 '18 at 16:20
Michael Hampton♦Michael 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 besite.com/upload/games/gamename/js.js
– mohammad6006
Aug 8 '18 at 16:35
add a comment |
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 besite.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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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