1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-07 13:46:47 +02:00

Updated Installation on a Web Server (markdown)

Sergey Romanenko
2014-01-14 06:28:59 -08:00
parent 7f09bb4a02
commit b17506bbf2

@@ -16,7 +16,7 @@ to 755(or 777) if your host doesn't set it implicitly.
5. That's it, you are done! 5. That's it, you are done!
#### Apache .htaccess for Monstra #### Apache .htaccess for Monstra
` ```
# #
# Monstra CMS :: php & apache settings # Monstra CMS :: php & apache settings
# #
@@ -50,4 +50,4 @@ Options -Indexes
# Update code bellow for SEO improvements # Update code bellow for SEO improvements
# Redirect 301 /home http://example.org/ # Redirect 301 /home http://example.org/
</IfModule> </IfModule>
` ```