File tree Expand file tree Collapse file tree 3 files changed +8
-21
lines changed
Expand file tree Collapse file tree 3 files changed +8
-21
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,8 @@ Released under the GPL V3 license: https://opensource.org/licenses/GPL-3.0
3131 Anywhere betwen the `head` tags.
3232 6. In: `includes/.htaccess` add:
3333 ```
34- <FilesMatch "paylike\.php$">
35- <IfModule mod_authz_core.c>
36- Require all granted
37- </IfModule>
38- <IfModule !mod_authz_core.c>
39- Allow from all
40- </IfModule>
34+ <FilesMatch "paylike.php">
35+ Allow from all
4136 </FilesMatch>
4237 ```
4338 After the last line.
Original file line number Diff line number Diff line change @@ -31,14 +31,10 @@ Released under the GPL V3 license: https://opensource.org/licenses/GPL-3.0
3131 Anywhere betwen the `head` tags.
3232 6. In: `includes/.htaccess` add:
3333 ```
34- <FilesMatch "paylike\.php$">
35- <IfModule mod_authz_core.c>
36- Require all granted
37- </IfModule>
38- <IfModule !mod_authz_core.c>
39- Allow from all
40- </IfModule>
34+ <FilesMatch "paylike.php">
35+ Allow from all
4136 </FilesMatch>
37+
4238 ```
4339 After the last line.
4440 7. In: `admin/modules.php`
Original file line number Diff line number Diff line change @@ -31,14 +31,10 @@ Released under the GPL V3 license: https://opensource.org/licenses/GPL-3.0
3131 Anywhere betwen the `head` tags.
3232 6. In: `includes/.htaccess` add:
3333 ```
34- <FilesMatch "paylike\.php$">
35- <IfModule mod_authz_core.c>
36- Require all granted
37- </IfModule>
38- <IfModule !mod_authz_core.c>
39- Allow from all
40- </IfModule>
34+ <FilesMatch "paylike.php">
35+ Allow from all
4136 </FilesMatch>
37+
4238 ```
4339 After the last line.
4440 7. Install the Paylike module from modules -> payment in the admin
You can’t perform that action at this time.
0 commit comments