Pleaseee helpppp

Discussion in 'PHP' started by archc, Oct 30, 2012.

  1. #1
    Hi,

    I'm trying to make a site SEO friendly. Actually I have bought some script where I need to add an Addon in order to make it SEO friendly. I enabled the addon but when I try to configure, it give me following error:

    Warning - Unable to proceed: This add-on requires your server to handle url re-write procedures.

    Could any of you tell how to resolve this issue? I would be very thankful.

    Thanks & regards,
    Archc
     
    archc, Oct 30, 2012 IP
  2. etc

    etc Well-Known Member

    Messages:
    3,238
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    158
    #2
    Check the documentation of the script, you might need to edit htaccess for it.
     
    etc, Oct 30, 2012 IP
  3. archc

    archc Banned

    Messages:
    367
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #3
    What documentation? I spoken to technical guy there and they said.. they can't help me with this.... how to edit htaccess?
     
    archc, Oct 30, 2012 IP
  4. plussy

    plussy Peon

    Messages:
    152
    Likes Received:
    5
    Best Answers:
    9
    Trophy Points:
    0
    #4
    htaccess file is in the root directory of your site. If you can't see it it might be hidden or not exist.

    without knowing what script you have we can't really help.
     
    plussy, Oct 30, 2012 IP
  5. ironcladservers

    ironcladservers Well-Known Member

    Messages:
    389
    Likes Received:
    20
    Best Answers:
    4
    Trophy Points:
    115
    #5
    Make sure your web server has mod_rewrite enabled. Contact your host if your not sure, but this should be enabled on almost any host.
     
    ironcladservers, Oct 30, 2012 IP
  6. etc

    etc Well-Known Member

    Messages:
    3,238
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    158
    #6
    What is the name of the script anyway? Just mention it, chances are there thousands of us here that also uses it and they could help.
     
    etc, Oct 30, 2012 IP
  7. archc

    archc Banned

    Messages:
    367
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #7
    its GEOclassified

    I'm actually testing it on local host before putting on the server. So as Ironcladservers said.. all host has mod_rewrite enabled, will it work fine when I put it on the server?

    .htaccess file is there, but there is nothing...

    this is all this file contains

    ##### --- NO LONGER USED!!! HTACCESS IS NOW GENERATED FOR YOU IN ADMIN. --- #####

    # See the user manual for more information.


     
    archc, Oct 30, 2012 IP
  8. Kyliemeg

    Kyliemeg Active Member

    Messages:
    562
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    #8
    Put a ticket in to your host and they may do it for you.
     
    Kyliemeg, Oct 30, 2012 IP
  9. ironcladservers

    ironcladservers Well-Known Member

    Messages:
    389
    Likes Received:
    20
    Best Answers:
    4
    Trophy Points:
    115
    #9
    It should, only one way to find out ;) Give it a try!
     
    ironcladservers, Oct 30, 2012 IP
  10. archc

    archc Banned

    Messages:
    367
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #10
    I can't do that.. unless it work fine on localhost.. The site is already running and I will be replacing current script with this one...I dont want site goes down when it doesn't work at sever too
     
    archc, Oct 30, 2012 IP
  11. archc

    archc Banned

    Messages:
    367
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #11
    Mate,

    I'm testing it on localhost.

     
    archc, Oct 30, 2012 IP
  12. ironcladservers

    ironcladservers Well-Known Member

    Messages:
    389
    Likes Received:
    20
    Best Answers:
    4
    Trophy Points:
    115
    #12
    On your local server, check your httpd.conf file for "AllowOverride", set it to "All". Are you using Xampp/Lampp server?
     
    ironcladservers, Oct 30, 2012 IP
  13. archc

    archc Banned

    Messages:
    367
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #13
    I'm using WAMP

    How to set it to "alloverride" to ALL?

     
    archc, Oct 30, 2012 IP
  14. ironcladservers

    ironcladservers Well-Known Member

    Messages:
    389
    Likes Received:
    20
    Best Answers:
    4
    Trophy Points:
    115
    #14
    Open up the httpd.conf file for your Apache configuration in your favorite text editor, search for "AllowOverride" in the file, then if you see it says "None" then change it to "All". Then reboot the Apache HTTP server, and try again.
     
    ironcladservers, Oct 30, 2012 IP
  15. archc

    archc Banned

    Messages:
    367
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #15
    Thanks Mate, I found the file.

    <Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
    </Directory>

    This is I found in the file. I will change "None" to "All".. is this what needs done?

     
    archc, Oct 30, 2012 IP
  16. ironcladservers

    ironcladservers Well-Known Member

    Messages:
    389
    Likes Received:
    20
    Best Answers:
    4
    Trophy Points:
    115
    #16
    Yes, then save the file and restart Apache.
     
    ironcladservers, Oct 30, 2012 IP
  17. archc

    archc Banned

    Messages:
    367
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #17
    I found many occurrence of"AllowOverride" in this file.. Should I find and change all occurence?

     
    archc, Oct 30, 2012 IP
  18. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #18
    Changing it in <Directory /> should make your script work. (That means that it's set to all for the root directory, which is probably where your script is installed.)
     
    Rukbat, Oct 30, 2012 IP
  19. harshalone

    harshalone Active Member

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    81
    #19
    Yes try to change <Directory /> this should work if not then you have to check your server configurations
     
    harshalone, Oct 30, 2012 IP
  20. archc

    archc Banned

    Messages:
    367
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #20
    The issue is resolved guys. Unfortunately none of the reply was even closer to solve the problem. Someone on my skype helped me.

    Thanks to all who replied.

    Cheers
    Archc
     
    archc, Oct 30, 2012 IP