In 3.1.10 the url for the rss feed are domain.com/feed and now domain.com/app.php/feed
Code in .htaccess
Code: Select all
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ app.php [QSA,L]
Code: Select all
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ app.php [QSA,L]
Really? Please start your own topic.
Users browsing this forum: Baidu [Spider], profKroy, richxrich and 18 guests