Ikezawa

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
in reply to: v2.8.1 can't work properly #35825

Ikezawa
Member
This reply has been marked as private.
in reply to: Download error "403 Forbidden" #28178

Ikezawa
Member

Dear Sir,

This problem seems to have been resolved.

I reconfirmed the setting in case of the following.
home_url : http://example.com/wp
site_url : http://example.com

I copied http://example.com/wp/index.php to http://example.com/index.php and change this index.php like the following.

/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );
-> require( dirname( __FILE__ ) . ‘/wp/wp-blog-header.php’ );

After that, I renamed original http://example.com/wp/index.php as index.php_ORG.
I’m not sure but this seems to have caused “Download error”.

I renamed inedx.php_ORG to index.php and change like the following.

/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );

For the time being, downloading function seems to work well.

Best Regards,
Kazunori IKEZAWA

in reply to: Download error "403 Forbidden" #28101

Ikezawa
Member

Hi there!

Yesterday, since I noticed Download Manager 2.7.91 was released,
I installed it.

As a result, download error “403 Forbidden” occurred again.
But I’m not sure whether the latest package caused this issue.
Because I also updated the theme for my site.

As I wrote before, home_url is different from site_url like the following.
home_url : http://example.com/wp
site_url : http://example.com

And the following file is written like the following.
http://example.com/index.php

/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );
-> require( dirname( __FILE__ ) . ‘/wp/wp-blog-header.php’ );

By setting above, my web site can be seen when typing URL as “http://example.com”.
But the URL for download is displayed, for example, as “http://example.com/wp/?wpdmdl=5813”
when I hit the mouse cursor to the URL.

WP Download Manager recommends that site_url should be home_url? If so, do I have to install
WordPress to http://example.com and I have to set home_url and site_url to “http://example.com”.
Can’t WP Download Manager generate the file download URL by referring site_url?
I spite that I don’t know the background of WP Download Manager, I’m sorry to say such that.
But I would like to know how to solve the problem without re-installing WordPress.

Best Regards,
Kazunori IKEZAWA

in reply to: Download error "403 Forbidden" #28026

Ikezawa
Member

Dear Tauhid-san,

After I sent the reply, I updated the theme which I had applied to my site.
And then, I tried to download a certain file from my site and the download was successful.

The home_url is still different from site_url.
Although I didn’t do anything special, the problem was solved.

Anyway I appreciate your help.
* I will delete temporary wp-admin after I will send this reply.

Best Regards,
Kazunori IKEZAWA

in reply to: Download error "403 Forbidden" #28024

Ikezawa
Member

Dear Tauhid-san,

Thank you for your confirmation.

I know home_url is different from site_url.

Since old web site was still active, I installed WordPress to http://sample.com/wp.
When I published new site which was installed to http://sample.com/wp as formal site,
I changed site_url from http://sample.com/wp to http://sample.com according to WordPress
codex Japanese version site. Because I want new site to be accessed as http://sample.com/.

Should I set both home_url and site_url to http://sample.com/wp or http://sample.com?
Previously they were http://sample.com/wp. But if so, I need to access my site from
borowser as http://sample.com/wp, don’t I?

WP Download manager only recommends that both home_url and site_url is http://sample.com/wp,
for example? But I want to access my site as http://sample.com/.

Best Regards,
Kazunori IKEZAWA

in reply to: Download error "403 Forbidden" #28017

Ikezawa
Member
This reply has been marked as private.
in reply to: Download error "403 Forbidden" #28016

Ikezawa
Member
This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)