This website requires JavaScript.
Explore
Help
Sign In
aslan
/
applicant-site
Watch
1
Star
0
Fork
You've already forked applicant-site
1
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
add htaccess to deployment
Browse Source
...
This commit is contained in:
aslan
2024-01-30 09:15:13 +03:00
parent
36579ed25f
commit
58c60a1d9b
1 changed files
with
3 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
3
.htaccess
Normal file
Unescape
Escape
View File
@ -0,0 +1,3 @@
RewriteEngine
on
RewriteCond
%{REQUEST_URI} !^public
RewriteRule
^(.*)$ public/$1 [L]
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
aslan/applicant-site
Title
Body
Create Issue