Skip to content

Commit 1c1f6bd

Browse files
authored
Update README.md
1 parent 7645d0f commit 1c1f6bd

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,3 @@ Open the [log.txt](log.txt) file to see the changes
99
<br>
1010

1111
[Email](mailto:[email protected])
12-
<hr>
13-
14-
## Router Important note.
15-
If you build a router with Elroid, add these so that when https://copy.reactmvc.ir/about is refreshed, you will not get a 404 error.
16-
<br>
17-
18-
For Apache
19-
```
20-
RewriteEngine On
21-
RewriteCond %{REQUEST_FILENAME} !-f
22-
RewriteRule ^(.*)$ index.html [L,QSA]
23-
```
24-
For Nginx
25-
```
26-
location / {
27-
try_files $uri $uri/ /index.html;
28-
}
29-
```
30-
Apache in the .htaccess file and Nginx in the nginx.conf file

0 commit comments

Comments
 (0)