Welcome! Log In Create A New Profile

Advanced

Re: Making Wordpress Plugins Work With Nginx

September 16, 2011 08:25PM
Thank you Ensiferous.

I don't think it's a PHP issue because Wordpress itself works fine it is quite possible though that it's a mod_rewrite issue. I'm not familiar with Nginx access rewrite my .htaccess is really basic


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

# END WordPress
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain\.com/ [NC]
RewriteCond %{HTTP_REFERER} ^http:// [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule \.(jpe?g|gif|png)$ - [F]

Thanks again for the help
Subject Author Posted

Making Wordpress Plugins Work With Nginx

damnlinux September 15, 2011 10:41PM

Re: Making Wordpress Plugins Work With Nginx

Ensiferous September 16, 2011 07:35AM

Re: Making Wordpress Plugins Work With Nginx

damnlinux September 16, 2011 08:25PM

Re: Making Wordpress Plugins Work With Nginx

Sylvia September 17, 2011 12:00AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 294
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready