Drupal is up and running but how do I ...?

subdomains and redirecting??

Hi all,

i do have specific questions regarding subdomains and redirecting:
Before i started working with Drupal i had several other websites running on my webspace. All of theme on subdomains. After installing Drupal (not as subdomain) i cannot connect anymore to any of them (i do get 404). Any advise on what i do have to change in .htaccess? (problem 1)

Rewriting node/12 To ?q=node/12

I need to be able to rewrite, as an example :

https://ssl-host/iratebeavers.org/cms/node/12

... to :

https://ssl-host/iratebeavers.org/cms/?q=node/12

My Rewrite statements in /etc/apache2/sites-available/iratebeavers.org-ssl are as follows :

RewriteEngine on

How do I make my site look good in Internet Explorer?

In Firefox my site looks good, but in Internet Explorer (IE), the first line of each page is indented and images inserted appear UNDER the background image. Compare this test page in Firefox and IE: http://www.techoregon.com/ie_error and see if you can figure out why this happens and if there are any fixes.

Thanks,
Josh Willmarth

access log stopped working

Hi,
Recently my access log stopped working. When I go to "admin/logs/recent hits", nothing shows up. When I look in "admin/logs", I am seeing database errors but I'm not sure what the remedy for them is. Here's a sample error:

Duplicate entry '6223' for key 1 query: INSERT INTO drupal_accesslog (title, path, url, hostname, uid, sid, timer, timestamp) values('recent hits', 'admin/logs/hits' [edited for privacy]) in [edited]/includes/database.mysql.inc on line 120.

Also seeing this one:

Logged in status from different server

In svr-A, my Drupal is serving http://www.example.com

In svr-B, I have a package that does Directory Listing. This is served thru http://dir.example.com. I want to make it such that users must be logged in thru Drupal in svr-A before they can access a script that adds records to the Directory, http://dir.example.com/add.php

Help With Views

I've searched the website here for about 40 minutes and can't find anything that helps me with my problem. I've also read the docs on the views module and am still confused. Hopefully someone here can help...

Using category module I've created a container called "Resources" and within this container I've created a bunch of categories. See http://www.webhelpzone.com/resources

Using CCK I've created a node type called "directory link" which is a node with 4 fields: Title, Link URL, Link Description, and Link Rating. I've limited the "Resources" container to only be allowed to hold directory_link nodes and made each newly added node be required to have one category under the "Resources" container.

Now when I add a new directory_link node everything works fine except for the actual display. I want to display a table for each category showing each directory_link. For example, the URL Redirection category can be seen here: http://www.webhelpzone.com/resources/url_redirection

I've created a view, clicked the page view, set it to tabular display, entered the fields to be displayed, and set a filter to show only directory_links (as without this filter, it was displaying the categories as well).

My problem is that the same 3 directory_link nodes currently in the database are showing on all of my category pages and not just for the category they should be displayed under (URL Redirectors).

Pages

Subscribe with RSS Subscribe to RSS - Post installation