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.
For reference, I did a clean reinstall on a new server, moved my database over, and then moved in my modules and theme. Everything works on the site just fine. Except for a single redirect that I am operating from the .htaccess file.
I have a line in the .htaccess file (I used a fresh copy and added this line at the bottom):
Redirect 301 /feed http://www.mysite.com/node/feed
I am new to Drupal. I installed it on a Windows box latest CVS, My SQL 4.1.x and PHP 4.4.
It's working ok only when I try to save primary or secondary links it won't save them.
I tried several themes and the option is enabled.
It also says whan I save the configuration that it was done.
But as soon as I reload the page the fields are clear again.
Is there anything I am missing here?
Is there an option to put those links in the database manually?
I have uploaded Drupal and created its database. However, I think there's something wrong with my setup as far as paths are concerned. I ap seeing the following (as an example):
1. extracted theme democratica
2. move it to theme directory
3. change ownership to httpd user
4. accessed the site then click administer-->theme, i got this errror?
warning: is_dir(): Stat failed for themes/democratica (errno=13 - Permission denied) in /var/www/html/drupal/includes/file.inc on line 527.
i could not find the theme in the list. i am using drupal 4.6.3.
What can i do? is there a way to upload a theme like what you can with mambo?
Difference between install.txt and the General instructions, they are a little different, which one should i follow? Also is there a easier way to install drupal, i have mysql admin installed, so I can try to set that up via the gui, any help would be appricated.