Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
litespeed_wiki:installation:typo3_installation [2019/02/26 21:06]
Eric Leu [Compatibility Issue]
litespeed_wiki:installation:typo3_installation [2019/02/26 21:14]
Eric Leu [Step by Step Instructions]
Line 40: Line 40:
 mv typo3_src-9.5.4/​* $PATH_TO_Doc_Root mv typo3_src-9.5.4/​* $PATH_TO_Doc_Root
 </​code>​ </​code>​
 +  - Change files permission to LSWS'​user:​group,​ e.g. ''​chown -R nobody:​nobody $PATH_TO_Doc_Root''​
   - Once the files are extracted, open a (command line || terminal), cd into the Doc Root and create a file called ''​FIRST_INSTALL''​   - Once the files are extracted, open a (command line || terminal), cd into the Doc Root and create a file called ''​FIRST_INSTALL''​
   - Using a web browser, visit the VHost via its URL and follow the on screen instructions to setup Typo3.   - Using a web browser, visit the VHost via its URL and follow the on screen instructions to setup Typo3.
Line 48: Line 49:
 {{:​litespeed_wiki:​installation:​typo3-9back.png?​700|}} {{:​litespeed_wiki:​installation:​typo3-9back.png?​700|}}
 ===== Compatibility Issue ===== ===== Compatibility Issue =====
-''​vi .htaccess''​ file under Doc Root from line 321, comment out following line +If you see 403 error right after installation,​ then ''​vi .htaccess''​ file under Doc Root from line 321, comment out following line 
 <​code>​ <​code>​
 # Apache ≥ 2.3 # Apache ≥ 2.3
Line 67: Line 68:
 #</​IfModule>​ #</​IfModule>​
 <​IfModule LiteSpeed>​ <​IfModule LiteSpeed>​
-RewriteCond %{REQUEST_URI} (?​i:/​\.|/​\x23.*\x23|/​(?:​ChangeLog|ToDo|Readme|License)(?:​\.md|\.txt)?​|/​composer\.(?:​json|lock)|/​ext_conf_template\.txt|/​ext_typoscript_constants\.txt|/​ext_typoscript_setup\.txt|flexform[^.]*\.xml|locallang[^.]*\.(?:​xml|xlf)|\.(?:​bak|co?​nf|cfg|ya?​ml|ts|typoscript|tsconfig|dist|fla|in[ci]|log|sh|sql(?:​\..*)?​|sw[op]|git.*)|.*(?:​~|rc)) +    ​RewriteCond %{REQUEST_URI} (?​i:/​\.|/​\x23.*\x23|/​(?:​ChangeLog|ToDo|Readme|License)(?:​\.md|\.txt)?​|/​composer\.(?:​json|lock)|/​ext_conf_template\.txt|/​ext_typoscript_constants\.txt|/​ext_typoscript_setup\.txt|flexform[^.]*\.xml|locallang[^.]*\.(?:​xml|xlf)|\.(?:​bak|co?​nf|cfg|ya?​ml|ts|typoscript|tsconfig|dist|fla|in[ci]|log|sh|sql(?:​\..*)?​|sw[op]|git.*)|.*(?:​~|rc)) 
-RewriteRule ^(.*) - [R=403,​NC,​L] +    RewriteRule ^(.*) - [R=403,​NC,​L]
-</​code>​+
 </​IfModule>​ </​IfModule>​
 +</​code>​
 +
  
  
  • Admin
  • Last modified: 2019/02/27 19:38
  • by Lisa Clarke