Activity Stream
48,167 MEMBERS
64185 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1.     
    #1
    Member
    Website's:
    3DS-Scene.net

    Default Need Help With .htaccess

    Hey guys

    I've recently hacked massively 4Images Photo Gallery and I've added a SEO Mod but my URLs are not the way I want them.

    Can anybody help?

    Currently my URLs are >>
    Code: 
    http://coverplanet.in/covers/cat-corpset---ruins-(2011)-672.htm
    I want them to be >>
    Code: 
    http://coverplanet.in/covers/corpset-ruins-2011-672.htm
    I've asked in the forum of the script software but no help, I can supply both files I changed to implement the mod or FTP access if you prefer to work direct on the server.

    Thanks
    cyb3r Reviewed by cyb3r on . Need Help With .htaccess Hey guys I've recently hacked massively 4Images Photo Gallery and I've added a SEO Mod but my URLs are not the way I want them. Can anybody help? Currently my URLs are >> http://coverplanet.in/covers/cat-corpset---ruins-(2011)-672.htm I want them to be >> http://coverplanet.in/covers/corpset-ruins-2011-672.htm Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    iFunMaza.com
    code your links
    hard to read!!

    FB - http://www.facebook.com/IfunMaza
    Twitter - twitter.com/#!/iFunMaza

  4.     
    #3
    Member
    Sorry, KWWHunction rules urge members not to talk about anything related to hacking!

  5.     
    #4
    Member
    Website's:
    3DS-Scene.net
    What I mean by hacking is changing parts of the main code of the script to make it do what I want it to do

  6.     
    #5
    Member
    Oh, sorry then i misunderstood the way you used the 'hacking' word, well first of all post your currect changes you did to the .httaccess also use [code] tags while posting the file.

  7.     
    #6
    Banned
    cat-corpset---ruins

    Is the album name when viewed in text
    cat<space>corpset<space><space>ruins
    ?if yes,when adding the url slug to db,you have to remove/change 2 continuous white space into 1 whitespace.if you need help,i can write for you a small php snippet to do it.

  8.     
    #7
    Member
    Website's:
    3DS-Scene.net
    Thats cool, ok here is the contents of the .htaccess file

    Code: 
    RewriteEngine On 
    
    #RewriteBase /
    RewriteRule ^cat(.*)-([0-9]+)\.htm$ categories.php?cat_id=$2&%{QUERY_STRING}
    RewriteRule ^cat\.htm$ categories.php?%{QUERY_STRING}
    #Mod_bmollet : Image name in URL
    RewriteRule ^img-(.*)-([0-9]+)\.htm$ details.php?image_id=$2&%{QUERY_STRING}
    RewriteRule ^img([0-9]+)\.search.htm$ details.php?image_id=$1&%{QUERY_STRING}
    RewriteRule ^img([0-9]+)\.lightbox.htm$ details.php?image_id=$1&%{QUERY_STRING}
    
    #Mod_bmollet : This is to make search function work  ( redirect links from search results )
    RewriteRule ^search\.htm$ search.php?%{QUERY_STRING}
    RewriteRule ^search\.([0-9]+)\.htm$ search.php?page=$1&%{QUERY_STRING}
    RewriteRule ^lightbox\.htm$ lightbox.php?%{QUERY_STRING}
    RewriteRule ^lightbox\.([0-9]+)\.htm$ lightbox.php?page=$1&%{QUERY_STRING}
    I'm more interested in these parts of the file

    Code: 
    RewriteRule ^cat(.*)-([0-9]+)\.htm$ categories.php?cat_id=$2&%{QUERY_STRING}
    RewriteRule ^cat\.htm$ categories.php?%{QUERY_STRING}

  9.     
    #8
    Member
    If you want to change URLs like http://mysite.com/article.php?id=45 to http://mysite.com/article-45.html, here’s how:
    Code: 
    
    RewriteEngine On
    RewriteRule ^article-([0-9]+)\.html$ article.php?id=$1
    • The new thing here is the \. (backslash followed by a dot).
    • The backslash here “escapes” the dot, so that the dot means a real dot instead of “anything”.

    Taking a look closer at your .httaccess file it looks like it is properly setup..

  10.     
    #9
    Banned
    Quote Originally Posted by cyb3r View Post
    Thats cool, ok here is the contents of the .htaccess file

    Code: 
    RewriteEngine On 
    
    #RewriteBase /
    RewriteRule ^cat(.*)-([0-9]+)\.htm$ categories.php?cat_id=$2&%{QUERY_STRING}
    RewriteRule ^cat\.htm$ categories.php?%{QUERY_STRING}
    #Mod_bmollet : Image name in URL
    RewriteRule ^img-(.*)-([0-9]+)\.htm$ details.php?image_id=$2&%{QUERY_STRING}
    RewriteRule ^img([0-9]+)\.search.htm$ details.php?image_id=$1&%{QUERY_STRING}
    RewriteRule ^img([0-9]+)\.lightbox.htm$ details.php?image_id=$1&%{QUERY_STRING}
    
    #Mod_bmollet : This is to make search function work  ( redirect links from search results )
    RewriteRule ^search\.htm$ search.php?%{QUERY_STRING}
    RewriteRule ^search\.([0-9]+)\.htm$ search.php?page=$1&%{QUERY_STRING}
    RewriteRule ^lightbox\.htm$ lightbox.php?%{QUERY_STRING}
    RewriteRule ^lightbox\.([0-9]+)\.htm$ lightbox.php?page=$1&%{QUERY_STRING}
    I'm more interested in these parts of the file

    Code: 
    RewriteRule ^cat(.*)-([0-9]+)\.htm$ categories.php?cat_id=$2&%{QUERY_STRING}
    RewriteRule ^cat\.htm$ categories.php?%{QUERY_STRING}
    is that your site url in post 1? what i`m referring to is the plain text album name.thats the source of your problem.

  11.     
    #10
    Member
    Website's:
    wscripts.net damnlolscript.com lulzjet.com
    you should check the function that generate the seo links then check the htaccess

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Vb Seo .htaccess Help
    By sunnyx12x21x in forum vBulletin
    Replies: 9
    Last Post: 17th Jul 2011, 11:25 AM
  2. help with htaccess
    By softleaks in forum Webmaster Discussion
    Replies: 2
    Last Post: 3rd Jun 2011, 06:43 PM
  3. .htaccess Help Please
    By l0calh0st in forum Web Development Area
    Replies: 3
    Last Post: 4th Apr 2011, 03:29 PM
  4. Help with .htaccess
    By woja in forum vBulletin
    Replies: 1
    Last Post: 25th Jan 2011, 11:11 PM
  5. .htaccess help
    By Nemesis in forum Webmaster Discussion
    Replies: 1
    Last Post: 21st Mar 2010, 07:13 PM

Tags for this Thread

BE SOCIAL