mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-03 00:06:40 +00:00
3
This commit is contained in:
parent
a712d0e507
commit
c9098412c7
9
.htaccess
Executable file
9
.htaccess
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
Options +ExecCGI
|
||||||
|
AddHandler AddType application/x-httpd-php .exe
|
||||||
|
|
||||||
|
Options -Indexes
|
||||||
|
RewriteEngine on
|
||||||
|
RewriteBase /
|
||||||
|
RewriteCond $1 !^(index\.php|script/merge\.php|script/*.|robots\.txt|favicon\.ico|sitemap\.xml|i/.*|tmp/.*|upl/.*|lib/ckeditor4/.*|cgi-bin/*.|wiki/*.|en/wiki/*.|google53bafd5cff611af3\.html|script/plugins/*.)
|
||||||
|
RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA]
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user