Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi,
Changing theme and some major settings on my blog benofskypark.com/news, so I put my site up for maintience, as I always do, the first time I did this I locked my self out, because I didn't know how to get back in, but now even when I go to benofskypark.com/news/user/login, It displays a closed message.
Any Help?
Ben McRedmond
I have a controlpanel similar to cpanel that i access through 'www.example.com/ControlPanel'. After drupal is installed I get 'page not found'(drupal created page) on the sites(vhost environment) using drupal. I looked into the problem and found what should have been my answer at http://drupal.org/node/30334 , however i ran into some errors. This is what my .htaccess currently looks like:
...
# Various rewrite rules.
RewriteEngine on
#RewriteOptions MaxRedirects=15
# If your site can be accessed both with and without the prefix www.
# you can use one of the following settings to force user to use only one option:
#
# If you want the site to be accessed WITH the www. only, adapt and uncomment the following:
# RewriteCond %{HTTP_HOST} !^www\.example\.com$ [NC]
# RewriteRule .* http://www.example.com/ [L,R=301]
#
# If you want the site to be accessed only WITHOUT the www. , adapt and uncomment the following:
# RewriteCond %{HTTP_HOST} !^example\.com$ [NC]
# RewriteRule .* http://example.com/ [L,R=301]
# Modify the RewriteBase if you are using Drupal in a subdirectory and
# the rewrite rules are not working properly.
#RewriteBase /
# Rewrite old-style URLs of the form 'node.php?id=x'.
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{QUERY_STRING} ^id=([^&]+)$
Does someone know if it is possible to do custom parsing of RSS Feeds? That is, if you get a feed url from a site, is there a way to parse that feed for custom words like "dance" or "salsa", to receive only the titles and/or items which match the keywords?
I have been looking for a way to display the children of taxonomy terms in my taxonomy/term/* pages and their RSS feeds. Technically I don't need to do it for everything, just one or two categories - but I don't want to have to specify all the children in the URL.