able2code Posted September 24, 2019 Share Posted September 24, 2019 Ciao a tutti, sto modificando htaccess per far si che la cartella /it/contenuto/ sia mappata su /it/content/ utilizzando la regola RewriteRule ^it/contenuto/(.*)$ /it/content/$1 [QSA,L] però il server restituisce un 404, ma se aggiungo anche R=301 , allora vengo portato alla folder corretta. Ho provato anche ad aggiungere una nuova regola in Dispatcher.php 'cms_rule_i' => array( 'controller' => 'cms', 'rule' => 'contenuto/{id}-{rewrite}', 'keywords' => array( 'id' => array('regexp' => '[0-9]+', 'param' => 'id_cms'), 'rewrite' => array('regexp' => '[_a-zA-Z0-9\pL\pS-]*'), 'meta_keywords' => array('regexp' => '[_a-zA-Z0-9-\pL]*'), 'meta_title' => array('regexp' => '[_a-zA-Z0-9-\pL]*'), ), ), però ottengo comunque un redirect. Qualcuno sa dirmi come aggirare il problema? Link to comment Share on other sites More sharing options...
marsaldev Posted October 7, 2019 Share Posted October 7, 2019 Ciao @able2code, credo di non averi capito bene la richiesta, hai una cartella fisica sul server /it/contenuto? Oppure stai cercando di cambiare il friendly-url delle pagine cms? PS: evitiamo di modificare il Dispatcher.php solo se non strettamente necessario, e magari utilizzando un override 😊 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now