Replies: 1 comment
-
| 
         А если, согласно документации,а также..., в файл .osp\project.ini добавить параметр   | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Всем привет!
Не могу додумать, мне надо что бы при открытии url открывался не корень сайта, а папка public
Пробовал пихать в корень .htaccess
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ public/index.php [QSA,L]не срабатывает.
Просьба помочь.
Beta Was this translation helpful? Give feedback.
All reactions