Viewing 7 replies - 1 through 7 (of 7 total)
  • 1st problem.
    Enter urls fully.
    https://www……
    not
    www.

    .htaccess
    You need to create a .htaccess
    Upload it to your wp directory
    CHMOD it to 666
    Set your permalinks by letting WP do the rest (Options > permalinks)

    Hi, I have this problem

    Hi, I have this problem, when I add pic to post, the url image is:
    https://10.128.254.20/www.cicoira.itt/wp-content/uploads/2006/01/cercasicasa-logo2.miniatura.gif

    but when display post after save is:
    https://10.128.254.19/10.128.254.200/www.cicoira.itt/wp-content/uploads/2006/01/cercasicasa-logo2.miniatura.gif

    I do not visualize the image.

    any idea?
    thanks

    I wrote this above ?

    1st problem.
    Enter urls fully.
    https://www……
    not
    www.

    Thread Starter dogpa

    (@dogpa)

    My url’s are written correctly. That’s not the problem.

    my .htaccess is:

    # -FrontPage-

    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthName “untitled-document.org”
    AuthUserFile /export/web20/omega/untit001/www/_vti_pvt/service.pwd
    AuthGroupFile /export/web20/omega/untit001/www/_vti_pvt/service.grp

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php
    </IfModule>

    # END WordPress

    Thread Starter dogpa

    (@dogpa)

    I also have this error listed under “Recent” in manage/files.

    Warning: Invalid argument supplied for foreach() in /export/web20/omega/untit001/www/wp-admin/templates.php on line 96

    The edit function doesn’t work (set to 666…still no good)
    so I added the above WordPress text to my original htaccess file from another post on this forum. I don’t know if it’s right or not, but it is not working, all problems are as stated in beggining of this topic. Please help!

    Thread Starter dogpa

    (@dogpa)

    Here’s an error log file from my server:

    Fatal error: Call to undefined function: get_header() in /export/web20/omega/untit001/www/wp-content/themes/untitled-documen/index.php on line 1
    PHP Fatal error: Call to undefined function: get_header() in /export/web20/omega/untit001/www/wp-content/themes/default/index.php on line 1
    PHP Warning: main(ABSPATHwp-includes/wp-db.php): failed to open stream: No such file or directory in /export/web20/omega/untit001/www/wp-settings.php on line 59
    PHP Fatal error: main(): Failed opening required ‘ABSPATHwp-includes/wp-db.php’ (include_path=’.:/usr/local/lib/php’) in /export/web20/omega/untit001/www/wp-settings.php on line 59
    PHP Warning: main(ABSPATHwp-includes/wp-db.php): failed to open stream: No such file or directory in /export/web20/omega/untit001/www/wp-settings.php on line 59
    PHP Fatal error: main(): Failed opening required ‘ABSPATHwp-includes/wp-db.php’ (include_path=’.:/usr/local/lib/php’) in /export/web20/omega/untit001/www/wp-settings.php on line 59
    PHP Warning: Invalid argument supplied for foreach() in /export/web20/omega/untit001/www/wp-admin/templates.php on line 96
    PHP Warning: fread(): Length parameter must be greater than 0. in /export/web20/omega/untit001/www/wp-admin/templates.php on line 73
    PHP Warning: Invalid argument supplied for foreach() in /export/web20/omega/untit001/www/wp-admin/templates.php on line 96
    PHP

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘all url’s not working’ is closed to new replies.