We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7645d0f commit 1c1f6bdCopy full SHA for 1c1f6bd
README.md
@@ -9,22 +9,3 @@ Open the [log.txt](log.txt) file to see the changes
9
<br>
10
11
[Email](mailto:h3dev.pira@gmail.com)
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