Mod Rewrite & .htaccess File on a Mac (Leopard)

I just copied all my websites over from my PC to my Mac and
discovered
that my .htaccess files (originally created in Notepad)
vanished...or
have simply become invisible. So what program do most people
use to
create .htaccess files on a Mac? Do I need to track down my
Notepad
version and delete it, or do they actually disappear on a
Mac?
Also, I've read that mod rewrite doesn't work a Mac unless
you enable
it. Actually, I assume that isn't true for Leopard, as I
checked several
pages on my CMS, and they seemed to be working.
Still, I'm wondering what other surprises might be in store
for me. Can
anyone else who has migrated their websites from a PC to a
Mac tell me
what obstacles you ran into?
I recently upgraded to Leopard and MAMP Pro and just
installed Adobe
Creative Suite, Web Premium.
Thanks.

Thanks.
pauljmartinez_sf wrote:
> The .htaccess file is just a plain text file so any
decent text editor can
> create and modify the files.
>
> There should be no cross platform issues using a
.htaccess file since it is
> used by the application and not the OS. .htaccess files
are for Apache, so if
> you're running a local version of Apache you should be
all set provided Apache
> is configured to allow .htaccess files.
>
> Mod-rewrite is also used by Apache and not the OS so no
problems here being on
> a Mac. You just need to make sure that mod_rewrite is
anabled. You might be
> able to do this from MAMP, otherwise you'll need to make
the change in the
> httpd.conf file for Apache and then restart Apache.
>

Similar Messages

  • OT: .htaccess files on a Mac

    Can anyone tell me what steps you followed to get .htaccess
    files with
    mod-rewrite rules to work on a Mac? I'm using the MAMP
    package, but I
    decided to stick with Apple's default Apache installation,
    since my
    virtual hosts work with it but not with MAMP's Apache
    version.
    One reference directed me to uncomment the following lines in
    httpd.conf...
    LoadModule rewrite_module modules/mod_rewrite.so
    AddModule mod_rewrite.c
    AccessFilename .htaccess
    ...and change "AllowOverride None" to "AllowOverride All" in
    both the
    httpd.conf and /private/etc/httpd/users/MyName.conf files.
    I did all of that, with two exceptions. I never exactly found
    the first
    line; the closest thing to it is this, which I left
    uncommented:
    LoadModule rewrite_module libexec/httpd/mod_rewrite.so
    Also, I can't change "AllowOverride None" to "AllowOverride
    All" in
    /private/etc/httpd/users/MyName.conf because it kills my
    virtual hosts.
    Thanks for any tips.
    www.geobop.org - Family Websites
    www.invisible-republic.org - Adult political websites (Mature
    adults only)

    What is your reason to change these Hidden System files and folder to Non Hidden. IMHO it is a very foolish thing to do. Using ther T Command you were given displays all of them and if for some reason that command doesn't then use this one.
    defaults write com.apple.finder AppleShowAllFiles -bool true (Replace true with false to turn off
    killall Finder to implement either)
    So with them displayed changing the hidden attribute may only cause you troubles.
    jbalawi wrote:
    Thnx Wjosten.. That makes me able to view them.. But they are still transparent compared to other visible files.. So is there any way where we can change their preferences or settings to make the transparent files look like the normal visible files ?

  • Can't open wmv files on my mac leopard

    I have Mac OSX Leopard. I tried to download wmv file to my mac and they did not open.
    Then I downloaded flip4mac in order to watch windows media files.
    After I downloaded flip4mac the movie goes to my downloads but they wont open or play. When i click on it (downloaded icon, it just kind of grow a bit biger, comes back and that's it.
    Could someone try to simplify this for me since I am new in Mac Technology.
    Thanks.

    You'll normally get the fastest and most accurate responses if you ask in the QuickTime for Mac forum.
    Answering quickly, there are codecs in Windows Media that have never been ported to Mac OS X. This particularly applies to any copy-protected content; there is no way to play any WMV that's copy-protected in Mac OS X.
    Beyond that, there's not much we can say without knowing more about these videos. If you can tell us where you got these videos, we may be able to offer additional suggestions.
    Regards.
    Message was edited by: Dave Sawyer

  • Need help sorting a 'self-populating' plist file (vpn on mac leopard server - 10.6.8)

    i recently configured my mac snow leopard server using terminal and had it successfully working.
    i could vpn internally and externally to my server at its location.
    i one day started getting the message
         "The connection has failed. Please verify your settings and try again"
    i did as the message said and everything remained the same;
    - server IP
    - shared secret
    - username and password
    - public IP address
    - com.apple.ppp.l2tp.plist stil, configured correctly
    on a mission i thought id configure it the normal way by entering the data into the server admin panel and tried flicking the VPN service on and it wouldnt work, i was also getting an error saying it could not launch the com.apple.ppp.l2tp plist.
    upon investigation i found out that i had installed (but not running) iVPN... so i uninstalled this...
    still i could not get a VPN connection so i checked the com.apple.RemoteAccessServers.plist and noticed it had doubled in size (originally 4kb and now 8kb).
    i thought this was a mistake and deleted it knowing it would self create a new fresh plist file.... HOWEVER it constantly populates the info twice as shown below:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
        <key>ActiveServers</key>
        <array>
            <string>com.apple.ppp.l2tp</string>
        </array>
        <key>Globals</key>
        <dict>
            <key>PSKeyAccount</key>
            <string>vpn_0649d87c2f06</string>
        </dict>
        <key>Servers</key>
        <dict>
            <key>com.apple.ppp.l2tp</key>
            <dict>
                <key>DNS</key>
                <dict>
                    <key>OfferedSearchDomains</key>
                    <array>
                        <string>8.8.8.8</string>
                        <string>8.8.4.4</string>
                    </array>
                    <key>OfferedServerAddresses</key>
                    <array>
                        <string>192.168.0.248</string>
                    </array>
                </dict>
                <key>EAP</key>
                <dict>
                    <key>KerberosServicePrincipalName</key>
                    <string>vpn/[email protected]</string>
                </dict>
                <key>IPSec</key>
                <dict>
                    <key>AuthenticationMethod</key>
                    <string>SharedSecret</string>
                    <key>IdentifierVerification</key>
                    <string>None</string>
                    <key>LocalCertificate</key>
                    <data>
                    </data>
                    <key>LocalIdentifier</key>
                    <string></string>
                    <key>RemoteIdentifier</key>
                    <string></string>
                    <key>SharedSecret</key>
                    <string>com.apple.ppp.l2tp</string>
                    <key>SharedSecretEncryption</key>
                    <string>Keychain</string>
                </dict>
                <key>IPv4</key>
                <dict>
                    <key>ConfigMethod</key>
                    <string>Manual</string>
                    <key>DestAddressRanges</key>
                    <array>
                        <string>192.168.0.230</string>
                        <string>192.168.0.240</string>
                    </array>
                    <key>OfferedRouteAddresses</key>
                    <array/>
                    <key>OfferedRouteMasks</key>
                    <array/>
                    <key>OfferedRouteTypes</key>
                    <array/>
                </dict>
                <key>Interface</key>
                <dict>
                    <key>SubType</key>
                    <string>L2TP</string>
                    <key>Type</key>
                    <string>PPP</string>
                </dict>
                <key>L2TP</key>
                <dict>
                    <key>Transport</key>
                    <string>IPSec</string>
                </dict>
                <key>PPP</key>
                <dict>
                    <key>ACSPEnabled</key>
                    <integer>1</integer>
                    <key>AuthenticatorACLPlugins</key>
                    <array>
                        <string>DSACL</string>
                    </array>
                    <key>AuthenticatorEAPPlugins</key>
                    <array>
                        <string>EAP-KRB</string>
                    </array>
                    <key>AuthenticatorPlugins</key>
                    <array>
                        <string>DSAuth</string>
                    </array>
                    <key>AuthenticatorProtocol</key>
                    <array>
                        <string>MSCHAP2</string>
                    </array>
                    <key>DisconnectOnIdle</key>
                    <integer>1</integer>
                    <key>DisconnectOnIdleTimer</key>
                    <integer>7200</integer>
                    <key>IPCPCompressionVJ</key>
                    <integer>0</integer>
                    <key>LCPEchoEnabled</key>
                    <integer>1</integer>
                    <key>LCPEchoFailure</key>
                    <integer>5</integer>
                    <key>LCPEchoInterval</key>
                    <integer>60</integer>
                    <key>Logfile</key>
                    <string>/var/log/ppp/vpnd.log</string>
                    <key>VerboseLogging</key>
                    <integer>1</integer>
                </dict>
                <key>Radius</key>
                <dict>
                    <key>Servers</key>
                    <array>
                        <dict>
                            <key>Address</key>
                            <string>1.1.1.1</string>
                            <key>SharedSecret</key>
                            <string>1</string>
                        </dict>
                        <dict>
                            <key>Address</key>
                            <string>2.2.2.2</string>
                            <key>SharedSecret</key>
                            <string>2</string>
                        </dict>
                    </array>
                </dict>
                <key>Server</key>
                <dict>
                    <key>LoadBalancingAddress</key>
                    <string>1.2.3.4</string>
                    <key>LoadBalancingEnabled</key>
                    <integer>0</integer>
                    <key>Logfile</key>
                    <string>/var/log/ppp/vpnd.log</string>
                    <key>MaximumSessions</key>
                    <integer>128</integer>
                    <key>VerboseLogging</key>
                    <integer>1</integer>
                </dict>
            </dict>
            <key>com.apple.ppp.pptp</key>
            <dict>
                <key>DNS</key>
                <dict>
                    <key>OfferedSearchDomains</key>
                    <array>
                        <string>8.8.8.8</string>
                        <string>8.8.4.4</string>
                    </array>
                    <key>OfferedServerAddresses</key>
                    <array>
                        <string>192.168.0.248</string>
                    </array>
                </dict>
                <key>EAP</key>
                <dict>
                    <key>KerberosServicePrincipalName</key>
                    <string>vpn/[email protected]</string>
                </dict>
                <key>IPv4</key>
                <dict>
                    <key>ConfigMethod</key>
                    <string>Manual</string>
                    <key>DestAddressRanges</key>
                    <array/>
                    <key>OfferedRouteAddresses</key>
                    <array/>
                    <key>OfferedRouteMasks</key>
                    <array/>
                    <key>OfferedRouteTypes</key>
                    <array/>
                </dict>
                <key>Interface</key>
                <dict>
                    <key>SubType</key>
                    <string>PPTP</string>
                    <key>Type</key>
                    <string>PPP</string>
                </dict>
                <key>PPP</key>
                <dict>
                    <key>ACSPEnabled</key>
                    <integer>1</integer>
                    <key>AuthenticatorACLPlugins</key>
                    <array>
                        <string>DSACL</string>
                    </array>
                    <key>AuthenticatorEAPPlugins</key>
                    <array>
                        <string>EAP-RSA</string>
                    </array>
                    <key>AuthenticatorPlugins</key>
                    <array>
                        <string>DSAuth</string>
                    </array>
                    <key>AuthenticatorProtocol</key>
                    <array>
                        <string>MSCHAP2</string>
                    </array>
                    <key>CCPEnabled</key>
                    <integer>1</integer>
                    <key>CCPProtocols</key>
                    <array>
                        <string>MPPE</string>
                    </array>
                    <key>DisconnectOnIdle</key>
                    <integer>1</integer>
                    <key>DisconnectOnIdleTimer</key>
                    <integer>7200</integer>
                    <key>IPCPCompressionVJ</key>
                    <integer>0</integer>
                    <key>LCPEchoEnabled</key>
                    <integer>1</integer>
                    <key>LCPEchoFailure</key>
                    <integer>5</integer>
                    <key>LCPEchoInterval</key>
                    <integer>60</integer>
                    <key>Logfile</key>
                    <string>/var/log/ppp/vpnd.log</string>
                    <key>MPPEKeySize128</key>
                    <integer>1</integer>
                    <key>MPPEKeySize40</key>
                    <integer>0</integer>
                    <key>VerboseLogging</key>
                    <integer>1</integer>
                </dict>
                <key>Radius</key>
                <dict>
                    <key>Servers</key>
                    <array>
                        <dict>
                            <key>Address</key>
                            <string>1.1.1.1</string>
                            <key>SharedSecret</key>
                            <string>1</string>
                        </dict>
                        <dict>
                            <key>Address</key>
                            <string>2.2.2.2</string>
                            <key>SharedSecret</key>
                            <string>2</string>
                        </dict>
                    </array>
                </dict>
                <key>Server</key>
                <dict>
                    <key>Logfile</key>
                    <string>/var/log/ppp/vpnd.log</string>
                    <key>MaximumSessions</key>
                    <integer>128</integer>
                    <key>VerboseLogging</key>
                    <integer>1</integer>
                </dict>
            </dict>
        </dict>
    </dict>
    </plist>
    Thinking i was half clever i thought id do a restore to when i first set the server up... not successful
    Secondly i wiped the drive with zero data and did a fresh install... still not successful.
    There must be a way to fix this BS error!
    my source for the original setup was here: http://dreaming-artemis.com/2011/07/18/setting-up-vpn-on-the-imac-osx-snow-leopa rd-10-6-8/
    Thanks in advance
    TMC

    I would think you could copy them over using rsync, which is part of the OS X server package.  If you're not familiar with rsync there is a tutorial here:
    http://everythinglinux.org/rsync/
    Skip the stuff about installing and configuring rsync and just go to the part about using it to copy files between servers.

  • I used Target mode to transfer files to a new iMac running Snow Leopard 10.6.8 from an older Dual core Intel machine (EMC 2105) also on 10.6.8. but originally Tiger 10.4. The operation was successful and I ejected the disk icon from the new machine and po

    IS THE SITUATION HOPELESS
    I used Target mode to transfer files to a new i7  iMac running Snow Leopard 10.6.8 from an older Dual core Intel machine (EMC 2105) also on 10.6.8. but originally Tiger 10.4. The operation was successful and I ejected the disk icon from the new machine and powered down the old machine. When this was restarted the next day there was a grey screen with flashing Mac symbol alternating with a 'no entry' sign and occasionally a question mark.Keyboard and mouse were unusable so k inserted the original instal disc (No.1 for 10.4. with installer 1.0.4) which came with the machine in 2006 in an attempt to boot from this. The ensuing window said this was not possible and now it cannot be ejected.I have tried everything ! It offers Disk Utility and other options like Terminal but that doesn't work either.I 'repaired disk' and that was pronounced o.k. None of the various keystrokes at start up will work, and the computer will only offer the installer disc continually.The only option would seem to be is to erase the hard drive completely from the disc in the machine.I don't want to do this as there is still material which I need to recover. I think the drive has in some way been corrupted by using it in target mode, and I don't know if there are any other options to try.
              Please tell me how to get this disc to eject !

    Graham Giles wrote:
    Have you seen this type of problem before? I think it could be a serious issue for anyone in a similar position.
    No; but then, I've not had occasion to use TDM. I've been using firerwire drives for over 10 years, both FW400 and FW800, with no issues except a bit of instability using a B&W G3 machine.
    TDM should be safe. Using cautious, manual copying of files from the Target machine to the Host machine should not result in unexpected loss of files or damage to the Target drive's directories. It should behave exactly the same as if it were an external (to the Host) firewire drive.
    •  I don't suppose there is anything I can do to 'put back' lost items from a separate Time Machine drive which has an up to date backup on it.
    There is probably a way to do that - seems to me that's one of the reasons for a Time Machine volume.
    On the other hand, if the Time Machine volume is rigidly linked to the now-absent OS on the original drive, there may be no way to effectively access the files in the TM archive.
    I know that using a cloned drive would work well in this instance.
    I have no experience with Time Machine, so perhaps someone who has will chime in with suggestions.
    With the machine in TDM with the other machine, have you tried running Disk Utility to see if you can effect repairs to the drive?

  • Opening PageMaker files on a Mac running Leopard

    What program can be used to open windows pagemaker files on a Mac running Leopard?

    None. You'll need to install Windows on your Mac.

  • .htaccess Files Invisible on a Mac

    Sorry if this is kinda sorta a repeat question. I asked about
    it some
    time ago, but I'm in the dark again, so let me start from
    scratch.
    When I switched to a Mac and imported my websites from my PC,
    I ran into
    problems with my .htaccess files, which were originally
    created with
    Notepad. The problem is that the files are invisible - at
    least in
    certain circumstances.
    At the moment, I can see my .htaccess files with Dreamweaver
    locally,
    though I have to use another program to open them. That's no
    problem.
    However, when I switch to remote view, I can't see my
    .htaccess files. I
    need to access an .htaccess file on one of my sites so I can
    download
    it. What's the trick for viewing an .htaccess file online
    with a Mac?
    Also, what Mac-based programs can be used to create more user
    friendly
    .htaccess files? Could I do it with TextEdit or Open Office?
    Thanks.

    Brendon wrote:
    > Try text wrangler, or spend a few $ and get BBEdit.
    Either should work.
    >
    > "David Blomstrom" <[email protected]>
    wrote in message
    > news:gd3ea8$8iu$[email protected]..
    >> Sorry if this is kinda sorta a repeat question. I
    asked about it some time
    >> ago, but I'm in the dark again, so let me start from
    scratch.
    >>
    >> When I switched to a Mac and imported my websites
    from my PC, I ran into
    >> problems with my .htaccess files, which were
    originally created with
    >> Notepad. The problem is that the files are invisible
    - at least in certain
    >> circumstances.
    >>
    >> At the moment, I can see my .htaccess files with
    Dreamweaver locally,
    >> though I have to use another program to open them.
    That's no problem.
    >>
    >> However, when I switch to remote view, I can't see
    my .htaccess files. I
    >> need to access an .htaccess file on one of my sites
    so I can download it.
    >> What's the trick for viewing an .htaccess file
    online with a Mac?
    >>
    >> Also, what Mac-based programs can be used to create
    more user friendly
    >> .htaccess files? Could I do it with TextEdit or Open
    Office?
    >>
    >> Thanks.
    >
    >
    TextWrangler works locally, but I'd also like to be able to
    view my
    .htaccess files online.
    I just tried an FTP program - Fetch. With it, I can view my
    .htaccess
    file online, though I haven't yet figure out how to download
    it. That
    is, I can download it, but I'm not sure what location it's
    being located
    to; I haven't been able to find it yet.
    I need to find a split-screen FTP program that lets you
    download files
    from an online site to a specific local site.
    David Blomstrom: PolITics Expert
    http://www.geobop.org/ |
    http://www.invisible-republic.org/
    http://www.billysoft.org/ (M$)
    http://www.freedomware.us/Topics/Mac_vs_PC/

  • .htaccess file invisible online (with a Mac)

    After I upgraded to a Mac, I had some minor problems working
    with the
    .htaccess files I imported from my PC. (They were created
    with Notepad.)
    I thought I had everything squared away, but I just
    discovered that I
    can't see my .htaccess files in remote view.
    I can see them locally, though Dreamweaver won't open them; I
    open them
    with TextEdit instead. But they're invisible online.
    Is there some way to make them visible in Dreamweaver in
    remote view, or
    do I have to find some ftp client that will recognize them?
    Thanks.
    David Blomstrom: PolITics Expert
    http://www.geobop.org/ |
    http://www.invisible-republic.org/
    http://www.billysoft.org/ (M$)
    http://www.freedomware.us/Topics/Mac_vs_PC/

    From the toolbar menu on the Files panel, VIEW | Hidden
    files.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "David Blomstrom" <[email protected]> wrote
    in message
    news:g1qice$fte$[email protected]..
    > After I upgraded to a Mac, I had some minor problems
    working with the
    > .htaccess files I imported from my PC. (They were
    created with Notepad.) I
    > thought I had everything squared away, but I just
    discovered that I can't
    > see my .htaccess files in remote view.
    >
    > I can see them locally, though Dreamweaver won't open
    them; I open them
    > with TextEdit instead. But they're invisible online.
    >
    > Is there some way to make them visible in Dreamweaver in
    remote view, or
    > do I have to find some ftp client that will recognize
    them?
    >
    > Thanks.
    >
    > --
    > David Blomstrom: PolITics Expert
    >
    http://www.geobop.org/ |
    http://www.invisible-republic.org/
    >
    http://www.billysoft.org/ (M$)
    >
    http://www.freedomware.us/Topics/Mac_vs_PC/

  • I've uploaded a photo from a file in my Mac OS X Snow Leopard onto Facebook and it needs to be enlarged.  Please could someone tell me how to do this?  Thank you.

    I've uploaded a photo from a file in my Mac OS X Snow Leopard onto Facebook but I want to enlarge this photo .  Please could someone tell me how to do this?  Thank you.

    For photos at least, maybe Video also though, GraphicConverter has a powerful tools for many things, like resize...
    http://www.lemkesoft.com/
    Just be sure to save the changed one with a different name to peserve your big original pic

  • Folder Rewrite using .htaccess file?

    Hi I have created another folder in my website for something to clone a folder I currently have but no longer want to use. I am looking to redirect anyone tryping in the directory for my old folder to my new one using a .htaccess file or any other method you may suggest.
    The paths I want to re direct are as follows www.dor2dor.com/postpeople to www.dor2dor.com/leaflet-distribution-jobs
    If anyone can let me know the code I need to do this it would be much appreciated.

    This will redirect postpeople/something to leaflet-distribution-jobs/something
    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule ^postpeople(.*) /leaflet-distribution-jobs$1 [NC,R=301,L]
    If you want to redirect postpeople/anything to leaflet-distribution-jobs, then
    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule ^postpeople(.*) /leaflet-distribution-jobs [NC,R=301,L]
    Kenneth Kawamoto
    http://www.materiaprima.co.uk/

  • .htaccess files with MAMP + ORIGINAL Apache installation

    I installed MAMP on my MacBook Pro, and it set up phpMyAdmin quite nicely, but everything else has been a disaster. Though I can't connect to my databases with Dreamweaver, so I have to link to my online database. Similarly, working with MAMP's Apache installation kills my virtual hosts - and troubleshooting that is WAY over my head.
    So I'd like to emulate other MAMP users who have decided to stick with the original Apache installation. My big goal is to simply get my .htaccess files with mod-rewrite rules to work.
    According to this article...
    http://rexselin.wordpress.com/2006/07/28/making-mod-rewrite-and-htaccess-work-on -mac-os-x/
    ....htaccess files don't work on Mac's unless you do the following:
    1) Open the httpd.conf file and uncomment these three lines:
    #LoadModule rewrite_module modules/mod_rewrite.so
    #AddModule mod_rewrite.c
    #AccessFilename .htaccess
    The 2nd and 3rd lines were already uncommented. The closest I found to the first line was the following, which was also uncommented:
    LoadModule rewrite_module libexec/httpd/mod_rewrite.so
    I left it alone.
    2) Change "AllowOverride None" to "AllowOverride All" in both the httpd.conf and /private/etc/httpd/users/MyName.conf files.
    I did this in my httpd.conf file, but if I do it in MyName.conf, it kills my virtual hosts.
    3) Restart Apache.
    Can anyone tell me what to do next? I copied some code from my Apache error logs below, in case it includes any tips. However, most of the more recent errors were probably logged when I was using MAMP's Apache program, so it might be worthless.
    Thanks!
    [Sat Mar 24 20:32:22 2007] [notice] Digest: generating secret for digest authentication ...
    [Sat Mar 24 20:32:22 2007] [notice] Digest: done
    [Sat Mar 24 20:32:22 2007] [notice] Apache/2.0.59 (Unix) PHP/5.1.6 DAV/2 configured -- resuming normal operations
    [Sat Mar 24 20:37:40 2007] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/bin/phpMyAdmin/css/themes, referer: http://localhost:8888/phpMyAdmin/css/phpmyadmin.css.php?lang=en-utf-8&server=1&c ollationconnection=utf8_general_ci&jsframe=right
    [Sat Mar 24 20:37:42 2007] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/bin/phpMyAdmin/css/themes, referer: http://localhost:8888/phpMyAdmin/css/phpmyadmin.css.php?lang=en-utf-8&server=1&c ollationconnection=utf8_general_ci&jsframe=right
    [Sat Mar 24 20:37:47 2007] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/bin/phpMyAdmin/css/themes, referer: http://localhost:8888/phpMyAdmin/css/phpmyadmin.css.php?lang=en-utf-8&server=1&c ollationconnection=utf8_general_ci&jsframe=right
    [Sat Mar 24 20:37:49 2007] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/bin/phpMyAdmin/css/themes, referer: http://localhost:8888/phpMyAdmin/css/phpmyadmin.css.php?lang=en-utf-8&server=1&c ollationconnection=utf8_general_ci&jsframe=right
    [Sat Mar 24 20:37:54 2007] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/bin/phpMyAdmin/css/themes, referer: http://localhost:8888/phpMyAdmin/css/phpmyadmin.css.php?lang=en-utf-8&server=1&c ollationconnection=utf8_general_ci&jsframe=right
    [Sat Mar 24 21:02:31 2007] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/bin/phpMyAdmin/css/themes, referer: http://localhost:8888/phpMyAdmin/css/phpmyadmin.css.php?lang=en-utf-8&server=1&c ollationconnection=utf8_general_ci&jsframe=right
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    [Sun Mar 25 00:41:08 2007] [notice] caught SIGTERM, shutting down
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    [Sun Mar 25 00:44:16 2007] [notice] Digest: generating secret for digest authentication ...
    [Sun Mar 25 00:44:16 2007] [notice] Digest: done
    [Sun Mar 25 00:44:16 2007] [notice] Apache/2.0.59 (Unix) PHP/5.1.6 DAV/2 configured -- resuming normal operations
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    [Sun Mar 25 00:47:46 2007] [notice] caught SIGTERM, shutting down
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    [Sun Mar 25 00:47:53 2007] [notice] Digest: generating secret for digest authentication ...
    [Sun Mar 25 00:47:53 2007] [notice] Digest: done
    [Sun Mar 25 00:47:53 2007] [notice] Apache/2.0.59 (Unix) PHP/5.1.6 DAV/2 configured -- resuming normal operations
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    [Sun Mar 25 00:51:32 2007] [notice] caught SIGTERM, shutting down
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    [Sun Mar 25 00:51:37 2007] [notice] Digest: generating secret for digest authentication ...
    [Sun Mar 25 00:51:37 2007] [notice] Digest: done
    [Sun Mar 25 00:51:37 2007] [notice] Apache/2.0.59 (Unix) PHP/5.1.6 DAV/2 configured -- resuming normal operations
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    [I deleted a bunch of stuff here...]
    /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    [Sun Mar 25 12:44:40 2007] [notice] caught SIGTERM, shutting down
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    [Sun Mar 25 12:44:46 2007] [notice] Digest: generating secret for digest authentication ...
    [Sun Mar 25 12:44:46 2007] [notice] Digest: done
    [Sun Mar 25 12:44:46 2007] [notice] Apache/2.0.59 (Unix) PHP/5.1.6 DAV/2 configured -- resuming normal operations
    [Sun Mar 25 13:26:37 2007] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/bin/phpMyAdmin/css/themes, referer: http://localhost:8888/phpMyAdmin/css/phpmyadmin.css.php?lang=en-utf-8&server=1&c ollationconnection=utf8_general_ci&jsframe=right
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    [Sun Mar 25 14:26:12 2007] [notice] caught SIGTERM, shutting down
    Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
    [Sun Mar 25 14:26:18 2007] [notice] Digest: generating secret for digest authentication ...
    [Sun Mar 25 14:26:18 2007] [notice] Digest: done
    [Sun Mar 25 14:26:18 2007] [notice] Apache/2.0.59 (Unix) PHP/5.1.6 DAV/2 configured -- resuming normal operations

    Please ignore this thread. I finally stumbled over the problem - a line of sloppy code in my httpd.conf was apparently creating some interference. Thanks!

  • Creating .htaccess file

    Hi
    I'm trying to get rid of all the rogue characters on my site, which are apparent once published, but not when I publish to a local folder. I understand from previous topics, that I need to set up a .htaccess file, with something like this in it: AddCharset UTF-8 .html, so that browsers read the data correctly with Unicode (UTF-8).
    There is no .htaccess file in my folder on the FTP site, so I need to create one. Using Cyberduck, I can create the file fine, but then I need to put the data in the file, that's when I run into problems. Downloading the file, I can edit it in text edit, but then if I try and save a file as .htaccess it becomes invisible and I can't upload it to the server.
    Many thanks,
    Ant
    G5 2GHz dual, PowerBook G4   Mac OS X (10.2.x)  

    yes I've seen that link and I've checked the ftp settings. They're all as they're supposed to be. (i.e. charter encoding - UTF 8 and Default Transfer Mode - Binery). These are the characters I'm getting:
    Final Cut Pro HD. Â
    Livetype. Â
    Motion. Â
    Soundtrack Pro.
    Â
    With large digital storage facilities, we can work on-line right from the word go. Â
    Â
    Weâ€
    I know that if, in Safari, I go View>text encoding>Unicode (UTF-8) that solves it. So I'm trying to get all viewers of the site to be able to see Unicode. I've read the previous posts and they directed me towards the .htaccess file - unfortunately that's the bit I can't crack.
    Sorry - not really up on web design - a real novice. Have to say thought iWeb does make it easy to get stuff up quickly!
    G5 2GHz dual, PowerBook G4   Mac OS X (10.2.x)  
    G5 2GHz dual, PowerBook G4   Mac OS X (10.2.x)  

  • My HP Photosmart 5510 won't scan photos to file on my Mac running Yosemite

    I keep getting an error message that the scan failed every time I try to scan a photo.  I've downloaded the latest driver via the Apple App Store.  I've restarted both computer and printer.  Help!
    This question was solved.
    View Solution.

    Hi @JaneCat,
    Welcome to the HP Forums!
    I understand that you cannot scan photos from your HP Photosmart 5510 to a file on your Mac running Yosemite. I am sorry to hear this, but I am happy to help!
    I would recommend downloading the full feature software and drivers from our website, HP Photosmart 5510 e-All-in-One Printer Full Feature Software and Drivers, as it is compatible with Mac OS X Yosemite.
    If you are still having issues, I would also recommend this scanning guide, A 'No computer found' Message Displays during Scanning. Then follow the steps for the section that says it is for, Mac OS X v10.6 Snow Leopard, OS X v10.7 Lion, OS X v10.8 Mountain Lion, or OS X v10.9 Mavericks. As these steps will still work on Mac OS X Yosemite.
    I would also see this how to scan guide, Scanning with the Full Feature HP Software in OS X v10.10 Yosemite.
    Hope this information is helpful, and thank you for posting!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • Move a big file from a mac system to a windows 8 laptop usb usb flash drive

    Hello i am using a 32 gb flash drive to copy a 10gb file from mac os x to my flash drive. Then i want to insert that flash drive to my windows 8 pc and store it there.
    I cant use a network connection to transfer files because i dont have a ethernet cable or an network connection yet. So i must use a smart procedure for making my mac communicate with my pc at home. I cant use any other types of sharing methods except for a usb flash drive. So i know that the mac cannot detect NTFS filesystems and i cant use FAT32 even though mac recognizes it because FAT 32 is unable to store large files abotu 10GB of size. Now i have to use i think ext3 or ext4 or also HFS but when i successfully copy the file from mac to flash drive then insert it into my pc, the windows 8 OS will not detect the windows pc because i dont think windows is made to detect these filesystems by default.
    So i have tried using, HFS explorer and ext2/ext3/ext4 volume manager and ext2exploer or GPARTED live cd's latest version's copy and paste functions but they seem to not work propely and there is a problem, i cannot  see any flash drive in HFS explorer even though my drive is formatted as hfs.
    So i need a program that can detect HFS or ext3/4 formatted flash drives and is able to copy a file from there straight to my windows 8 NTFS hard drive or a folder in it.
    I have checked my firewall settings and defense settings. I am the administrator of my pc and i have even removed the windows password and the mac one but still i get lots of issus JUST to copy a file between a pc and a mac. Remmember that i have to copy files FROM a mac system running snow leopard to my windows 8 pc not the OTHER WAY were i have to copy from the windows to a mac.
    Please tell me as much as possable about software out there and tell me software that costs money. I am able to buy any good software for doing this.
    Thanks in advance.
    raghav

    Take the flash drive to the PC and format it as exFAT.
    (95473)

  • Help transferring files from old Mac 10.3.9 to new Mac 10.6.1

    Hi - I just bought a new iMac with Snow Leopard and I am trying to transfer my old files from my iMac running 10.3.9. I connected a FireWire cable between the two and restarted the old iMac while holding down the "t" key, using Migration Assistant on the new iMac. Migration Assistant kept saying that it was waiting for the old iMac to restart, even though the old one HAD restarted. I looked on the forums and saw that I should try to run Setup Assistant from the Utilities folder on the old iMac. But there isn't a Setup Assistant in the Utilities folder.
    So I am at an impasse. Any suggestions would be greatly appreciated!

    Some of the items I've found via searching suggest to avoid transfer or migration of older
    files from the ancient 10.3 over to the newer 10.5 or 10.6. And when the old computer is
    a PowerPC, the new Intel-based Mac may not see or be able to use some of the items.
    The older Setup Assistant is supposed to do for Panther 10.3 what the newer Migration
    Assistant does for Tiger 10.4; to an extent. The results from the older system are limited.
    There is a way to have the new computer import some of the older computer's user files
    and account info into it, before its first run; but with a leap so great between 10.3 & 10.6,
    the results overall won't be as satisfactory as just running the new computer totally new;
    going through the setup and upgrade processes independent of the old Mac altogether.
    The Apple Support- Snow Leopard page should have some upgrade and migration help
    info on there which may be helpful: http://www.apple.com/support/snowleopard/
    It would appear that the instructions for migrating from an older Mac to one running 10.5
    or 10.6 apply to the older computer, so the Panther software may be secondary if it really
    matters at all in this process. See this document, and wonder along with me... This is not
    quite the same as a migration assistant; but you don't need FW Target Disk in either case.
    • Mac OS X 10.5, 10.6:
    How to use Migration Assistant to transfer files from another Mac
    http://support.apple.com/kb/HT3322
    The older method may not apply in the path you've chosen, outlined here, below;
    but note there are matters about file and older app compatibility in the newer OS:
    • Mac OS X 10.3, 10.4:
    Transferring data with Setup Assistant - Migration Assistant FAQ
    http://support.apple.com/kb/HT1554
    In the past, I've done a bit of upgrade and some migration action and found that overall,
    the new OS X seemed to work a lot better with nothing old involved. That's just me!
    And I'm sure each individual's mileage may vary...
    Good luck & happy computing!
    { edited for no great reason }

Maybe you are looking for

  • Authorization check on Function module return values

    Hi, I have a tricky situation. In our BW implementation, many of the FI infoobjects are authorization relevent. One of the objects is 0COSTCENTER.  A user has been assigned with authorization profile, in which the user is authorised for COST CENTER =

  • Sony HDR-HC9 not being recognized

    I have an external hooked up directly to a 27 inch Intel Mac. This is used for Time Machine. I then have another external Lacie hard drive (scratch disk) daisy chained to the Time Machine. I then plug in the camera to the scratch disk, turn it on, op

  • Newbie stuck - how do I change the file type of a photo I am formatting from a TIFF to a JPG?

    I am new to Aperture and struggling to figure out some of the basics, even with the tutorials.  I need to submit a photo for an art competition - the master is a TIFF and I need a JPG under 1.8 MB - how do I change the new version's file type and kee

  • PC/Premiere CS6 to Mac/FCP

    I have footage for my editor. My preliminary edits will be in Premiere (CS6) and I work on a PC. He will be working on a Mac using Final Cut Pro. Are there any file formats or things that I could do to ensure a seamless transfer? I was planning on ex

  • Blending with a layer mask question

    In CS5, I make a selection and copy it to a new layer and use the bloat tool to manipulate the layer, I then select the new layer mask with this new bloated layer and use the brush tool with the airbrush turned on to blend in this new layer with the