New pages no longer working
-
Since a couple of days, I can’t show new pages. I’ve tried several things (changing permalinks, changing .htaccess) but it doesn’t work ??
.htaccess file:
# BEGIN Url Rewrite section
# (Automatically generated. Do not edit this section)
<IfModule mod_rewrite.c>
RewriteEngine OnRewriteBase /
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} gallery\_remote2\.php
RewriteCond %{REQUEST_URI} !/wpg2$
RewriteRule . – [L]RewriteCond %{QUERY_STRING} g2_view=core.DownloadItem
RewriteCond %{QUERY_STRING} g2_itemId=([0-9]+)
RewriteCond %{HTTP:Referer} !^[a-zA-Z0-9\+\.\-]+://www.stipvoorstip.nl/ [NC]
RewriteCond %{HTTP:Referer} !^$
RewriteRule . /gallery/main.php?g2_view=watermark.DownloadItem&g2_itemId=%1 [L]
RewriteCond %{THE_REQUEST} /d/([0-9]+)-([0-9]+)/([^/?]+)(\?.|\ .)
RewriteCond %{REQUEST_URI} !/wpg2$
RewriteRule . /gallery/main.php?g2_view=core.DownloadItem&g2_itemId=%1&g2_serialNumber=%2&g2_fileName=%3 [QSA,L]
RewriteCond %{THE_REQUEST} /v/([^?]+)(\?.|\ .)
RewriteCond %{REQUEST_URI} !/wpg2$
RewriteRule . /wpg2?g2_path=%1 [QSA,L]
RewriteCond %{THE_REQUEST} /f/([^?]+)(\?.|\ .)
RewriteCond %{REQUEST_URI} !/wpg2$
RewriteRule . /wpg2?g2_controller=permalinks.Redirect&g2_filename=%1 [QSA,L]
</IfModule><IfModule mod_security.c>
SecFilterInheritance Off
</IfModule>ErrorDocument 404 /index.php?error=404
<Files index-extra.php>
SecFilterInheritance Off
</Files># END Url Rewrite section
permalink is as follow: /%category%/%postname%/
- The topic ‘New pages no longer working’ is closed to new replies.