mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Remove extraneous space in .htaccess
This commit is contained in:
parent
6eb4f39afd
commit
1312cdaedf
2 changed files with 2 additions and 2 deletions
|
@ -2,4 +2,4 @@
|
|||
RewriteEngine on
|
||||
RewriteRule ^$ webroot/ [L]
|
||||
RewriteRule (.*) webroot/$1 [L]
|
||||
</IfModule>
|
||||
</IfModule>
|
|
@ -2,4 +2,4 @@
|
|||
RewriteEngine on
|
||||
RewriteRule ^$ webroot/ [L]
|
||||
RewriteRule (.*) webroot/$1 [L]
|
||||
</IfModule>
|
||||
</IfModule>
|
Loading…
Reference in a new issue