Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: A little problem with the sef urls  (Read 8206 times)

0 Members and 1 Guest are viewing this topic.

s2sinner

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
A little problem with the sef urls
« on: September 06, 2006, 03:03:26 pm »

Well I have a little problem with the SEF Url.

I get the message page not found //// index2.html

Thanks for help and the Time as well.

All The best

VAssilis

http://root.pclove.ch

« Last Edit: September 08, 2006, 01:49:56 pm by GauGau »
Logged

Nibbler

  • Guest
Re: A little problem with the sef urls
« Reply #1 on: September 06, 2006, 03:08:23 pm »

If your server does not support mod_rewrite then don't use the plugin.
Logged

s2sinner

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
Re: A little problem with the sef urls
« Reply #2 on: September 06, 2006, 03:16:29 pm »

is not from the server because I have all ready Installed simular htaccess and is working.

Maybe is something else but not the server.

Thanks anyway
Logged

s2sinner

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
Re: A little problem with the sef urls
« Reply #3 on: September 06, 2006, 03:18:02 pm »

In another account... But on the same hosting provider with the same specifications.


Logged

Nibbler

  • Guest
Re: A little problem with the sef urls
« Reply #4 on: September 06, 2006, 03:21:42 pm »

Post a link to your gallery. All I can see at your link is the plesk default page.
Logged

s2sinner

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
Re: A little problem with the sef urls
« Reply #5 on: September 06, 2006, 03:24:22 pm »

yes sorry...I'm too many hours on computer....


http://root.rnbilly.ch/

if you want to see in side the server e-mail me in root@pclove.ch and i will send you my pass and user name..


Thanks for your time
Logged

Nibbler

  • Guest
Re: A little problem with the sef urls
« Reply #6 on: September 06, 2006, 03:31:51 pm »

Either you don't have mod_rewrite enabled or you don't have the .htaccess in your Coppermine root directory. Test mod_rewrite with a simple example.
Logged

s2sinner

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
Re: A little problem with the sef urls
« Reply #7 on: September 06, 2006, 03:35:06 pm »

Well I just check it on server is on
and the ht file is on the right place
also is this one

##  ********************************************
##  Coppermine Photo Gallery
##  ************************
##  Copyright (c) 2003-2006 Coppermine Dev Team
##  v1.1 originaly written by Gregory DEMAR
##
##  This program is free software; you can redistribute it and/or modify
##  it under the terms of the GNU General Public License as published by
##  the Free Software Foundation; either version 2 of the License, or
##  (at your option) any later version.
##  ********************************************
##  Coppermine version: 1.4.9
##  $Source$
##  $Revision: 3231 $
##  $Author: nibbler999 $
##  $Date: 2006-08-16 15:05:39 +0200 (Mi, 16 Aug 2006) $
##  ********************************************

Options FollowSymLinks SymLinksIfOwnerMatch

RewriteEngine on

#  Uncomment the following line if your webserver's
#  URL is not directly related to physical file paths.
#  Update "YOUR_COPPERMINE_ROOT" (just / for root)

#RewriteBase /

#
# Rewrite index urls
#
RewriteRule index-([0-9]*)\.html index.php?cat=$1 [NC]

RewriteRule index-([0-9]*)-page-([0-9]*)\.html index.php?cat=$1&page=$2 [NC]

#
# Rewrite thumbnail urls
#
RewriteRule thumbnails-([a-z0-9]*)-([\-]?[0-9]*)\.html thumbnails.php?album=$1&cat=$2 [NC]

RewriteRule thumbnails-([a-z0-9]*)-page-([0-9]*)\.html thumbnails.php?album=$1&page=$2 [NC]

RewriteRule thumbnails-([a-z0-9]*)-([\-]?[0-9]*)-page-([0-9]*)\.html thumbnails.php?album=$1&cat=$2&page=$3 [NC]

RewriteRule thumbnails-([0-9a-z]*)\.html thumbnails.php?album=$1 [NC]

RewriteRule thumbnails-search-(.*)\.html thumbnails.php?album=search&search=$1 [NC]


#
# Rewrite displayimage urls
#
RewriteRule displayimage-([a-z0-9]+)-([\-]?[0-9]+)-([\-]?[0-9]+)\.html displayimage.php?album=$1&cat=$2&pos=$3 [NC]

RewriteRule displayimage-([a-z0-9]+)-([\-]?[0-9]+)\.html displayimage.php?album=$1&pos=$2 [NC]

RewriteRule displayimage-([0-9]+)\.html displayimage.php?pos=-$1 [NC]

RewriteRule slideshow-([0-9]+)-([\-]?[0-9]+)-([0-9]+)\.html displayimage.php?album=$1&pid=$2&slideshow=$3 [NC]

RewriteRule slideshow-([a-z]+)-([\-]?[0-9]+)-([0-9]+)-([0-9]+)\.html displayimage.php?album=$1&cat=$2&pid=$3&slideshow=$4 [NC]




If you can see something is wrong let me know please.
Logged

s2sinner

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
Re: A little problem with the sef urls
« Reply #8 on: September 07, 2006, 01:41:28 pm »

Ok I can see there is no any solution on my problem. Any other way to make description or  keyword list for the engines????????

Thanks

Vassilis
Logged

s2sinner

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
Re: A little problem with the sef urls
« Reply #9 on: September 08, 2006, 01:45:26 pm »

I found the problem was on my server.

For some reason is not working on my subdomain. Sorry for the time you lose about.




Well I have a little problem with the SEF Url.

I get the message page not found //// index2.html

Thanks for help and the Time as well.

All The best

VAssilis

http://root.pclove.ch


Logged
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 20 queries.