Hi!
Installing wordpress 3.7.1 in subdirectory
I used the .htaccess with php,
Step 1:(htaccess)
———
errorDocument 404/404.php
———
Step 2(404.php)
Create 404.php on your main directory
—-
$ele=explode(‘/’,dirname(__file__));
if(in_array(‘wordpress’,$ele)){
header(“Location: http://www.example.com/wordpress/index.php”);
}
else
header(“Location: http://www.example.com/index.php”);
For more Info
http://www.europegoodbye.com/universus/installing_wordpress_3.7.1_in_subdirectory.php
Thanks
Hi!
I install WordPress 3.7.1
I can’t add anything…
See the next
That plugin does not work under WP 3.7.1 ??
Thanks
Ok, Thanks a lot, I got the same error… and I fixed it( thanks Brimfulof)
So
$ext_plugins = $this->get_external_plugins(&$plugins, $mce_locale);
ok New:::
$ext_plugins = $this->get_external_plugins($plugins, $mce_locale);