6 lines
198 B
ApacheConf
6 lines
198 B
ApacheConf
RewriteEngine on
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteRule ^(.*) index.php?q=$1 [L,QSA]
|
|
# tinymce API Key: wgdq9ccvjnlxip7vf95nfrae4oogu86nxrlekwvcocmnnoo9
|