fork download
  1. <?php
  2.  
  3. // your code goes her
  4.  
  5. RewriteEngine On
  6. RewriteRule ^.*$ /public/test.php приводит к ошибке 500
  7. а такое
  8. RewriteRule ^[a-z0-9]*$ /public/test.php редиректит на test.php который и запускается.
  9. Почему так?
Runtime error #stdin #stdout #stderr 0.01s 24468KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Parse error:  syntax error, unexpected 'On' (T_STRING) in /home/jYS7mi/prog.php on line 5