dede filed name positon returns the column address as a directory

Updated on technology 2024-05-14
9 answers
  1. Anonymous users2024-02-10

    This is a matter of your server settings, not dedecms. You need to set the default homepage of the directory to add it to the list. In addition, turn off the browsing function to avoid the background path leakage and be hacked. Here's how to set it up

    == Windows server or web host *****

    IIS sets the default homepage].

    Open "Internet Information Service", "User Name" "**", right-click, select "Properties", open "** Properties", click the "Documents" tab, click the "Add" button under the "Enable Default Documents" option, enter a new document name in the open dialog box, and then click the "OK" button. Conditionally, it can be modified directly in the control panel graphical interface of the web host.

    iis: Turn off the directory browsing function].

    Check IIS Settings, Directory Settings here, and disable directory browsing.

    ==Linux server or web hosting *****

    apche sets the default homepage].

    To modify the server, find the directoryindex section, change it to a note space, or change it directly in the graphical interface of the virtual host control panel.

    apache disables directory browsing].

    1. Apache configuration file modification method.

    Open the apache configuration file.

    Look for options indexes followsymlinks

    Change to options -indexes (minus sign means cancel).

    Save the exit and restart Apache

    2、.htaccess file modification method.

    options -indexes

  2. Anonymous users2024-02-09

    You didn't add the home page that opens by default in the background.

  3. Anonymous users2024-02-08

    The system file includes

    Find $this->valueposition = $indexpage$this->splitsymbol.$this->valueposition;

    return $this->valueposition.$this->splitsymbol;

    Remove $indexpageTry this one. Hope it helps.

  4. Anonymous users2024-02-07

    I don't understand if I have to, but I think it should be a PHP file.

    Look at it.

  5. Anonymous users2024-02-06

    In order to call breadcrumbs, i.e. your current location, this variable is not seen, and the system variables are all cfg flags.

  6. Anonymous users2024-02-05

    $b = 'Homepage';You look at this link to no, on the link to the default homepage of the program $b2 ="Homepage";Replace it with the link you want@me=str replace($b,$b 2,@me);

    This will replace it with the link you want, which should work for you.

  7. Anonymous users2024-02-04

    It should be called the global parameter of cfg basehost, are you sure this has been changed?

  8. Anonymous users2024-02-03

    It is equivalent to moving processing, after the database is restored, the site is replaced with ** + all generated + updated cache.

  9. Anonymous users2024-02-02

    Background -- System --- site root.

Related questions