Quantcast
Channel: 500 – WordPress.org Forums
Viewing all articles
Browse latest Browse all 2443

pimd1988 on "Tinymce causes 500 error message"

$
0
0

This is the htaccess in the subdir:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /agenda/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /agenda/index.php [L]
</IfModule>

# END WordPress

Viewing all articles
Browse latest Browse all 2443

Trending Articles